FatNetLib.Core
0.1.0
See the version list below for details.
dotnet add package FatNetLib.Core --version 0.1.0
NuGet\Install-Package FatNetLib.Core -Version 0.1.0
<PackageReference Include="FatNetLib.Core" Version="0.1.0" />
<PackageVersion Include="FatNetLib.Core" Version="0.1.0" />
<PackageReference Include="FatNetLib.Core" />
paket add FatNetLib.Core --version 0.1.0
#r "nuget: FatNetLib.Core, 0.1.0"
#:package FatNetLib.Core@0.1.0
#addin nuget:?package=FatNetLib.Core&version=0.1.0
#tool nuget:?package=FatNetLib.Core&version=0.1.0
FatNetLib - Beta
FatNetLib is a network framework for building client-server applications using the UDP protocol. FatNetLib was conceived for use in gamedev and Unity, but can be freely used in other areas. FatNetLib has familiar features and concepts from large enterprise frameworks (ASP.NET core, Spring etc.). FatNetLib uses the LiteNetLib for transport.
Attention, this is a beta version. The basic functionality is implemented, but there may be problems with thread-safety. If you encounter any problems, please let us know.
Features
- Endpoints
- Delivery reliabilities
- Middlewares
- Serialization
- Encryption
- Compression
- Asynchronous API
- Modules
Get started
To get started, follow the Getting Started instructions.
Packages
There are the following packages in this repository:
- FatNetLib.Core — the main package of a framework
- FatNetLib.Json — json serialization package
- FatNetLib.MicrosoftLogging — package for logging using a standard logger from Microsoft.
- FatNetLib.UnityLogging — package for logging using a standard logger from Unity.
Nuget packages are available in Nuget Repository. Unity packages are available in GitHub Releases.
Documentation
FatNetLib contains Essential documentation with a guide for all features.
Compatibility
Minimal .NET and .NET Core version is 3.0 (We are using .Net Standard 2.1) Minimal unity version is 2021.3 LTS
Development, help and feedback
If you encounter a problem or want to contribute, we will be happy to make positive changes. You can create an issue on GitHub or write to our discord server. We will be glad if you create any training materials like videos, articles, etc.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- BouncyCastle.NetCore (>= 1.9.0)
- LiteNetLib (>= 0.9.5.2)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on FatNetLib.Core:
| Package | Downloads |
|---|---|
|
FatNetLib.UnityLogging
Package Description |
|
|
FatNetLib.Json
Package Description |
|
|
FatNetLib.MicrosoftLogging
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.