FatNetLib.Core 0.1.0

There is a newer version of this package available.
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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FatNetLib.Core" Version="0.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FatNetLib.Core" Version="0.1.0" />
                    
Directory.Packages.props
<PackageReference Include="FatNetLib.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FatNetLib.Core --version 0.1.0
                    
#r "nuget: FatNetLib.Core, 0.1.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package FatNetLib.Core@0.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FatNetLib.Core&version=0.1.0
                    
Install as a Cake Addin
#tool nuget:?package=FatNetLib.Core&version=0.1.0
                    
Install as a Cake Tool

FatNetLib - Beta

Nuget GitHub Releases

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last Updated
0.1.3 382 9/11/2024
0.1.2 335 9/8/2024
0.1.1 371 8/24/2024
0.1.0 510 10/28/2023