Skip to content

Releases: Ahmed310/FigNetCore

FigNetCore v1.0.0 beta

Pre-release

Choose a tag to compare

@Ahmed310 Ahmed310 released this 14 Nov 11:27

Supported Low-level Transports
FigNet Supports the following networking libraries in version 1.

  • ENet [https://www.nuget.org/packages/ENet-CSharp/]
  • LiteNetLib [https://www.nuget.org/packages/LiteNetLib/]
  • SimpleTcpCore [https://www.nuget.org/packages/SimpleTCP.Core/]
  • WebSocketsharp [https://www.nuget.org/packages/WebSocketSharp]

Features

  • Data Compression & Serialization via MessagePack
  • Configurable via setting file
  • Server to Server & Server to Client communication models
  • Supports the addition of custom modules.
  • Logging built on top of Serilog
  • Support IL2CPP & AOT

Note: ENet, LiteNetLib & WebSocketsharp has a 100 CCU limit in the beta version, and SimpleTcpCore has no CCU limit.

Blog Post [https://eeprogrammer.wordpress.com/2020/10/31/fignet-core/]
API Documentation [https://ahmed310.github.io/FigNetCore/index.html]