> For the complete documentation index, see [llms.txt](https://m-ahmed310.gitbook.io/fignet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://m-ahmed310.gitbook.io/fignet/master.md).

# FigNet Core

* Virtually unlimited CCUs
* A Server Socket & Multiple Client Sockets per instance
* All you need to know is Messages \[request & response paradigm]
* Standalone as well as unity embedded server run modes supported
* Lightweight & Modular design
* Accelerated design

#### &#x20;Supported Low-level Transports <a href="#supported-low-level-transports" id="supported-low-level-transports"></a>

FigNet Core Supports the following networking libraries as by now as transport layer.

* ENet \[<https://www.nuget.org/packages/ENet-CSharp/>]
* LiteNetLib \[<https://www.nuget.org/packages/LiteNetLib/>]
* WatsonTCP \[<https://github.com/jchristn/WatsonTcp>]
* WebSocketsharp \[<https://www.nuget.org/packages/WebSocketSharp>]

#### &#x20;Features <a href="#features" id="features"></a>

* Configurable via setting file
* Server to Server & Server to Client communication modes
* Supports the addition of custom modules (plugin architecture).
* Logging built on top of Serilog
* Support IL2CPP & AOT
* Fully Multithreaded
* Built-in primitive data type Serialization&#x20;

{% hint style="success" %}
Join Discord Server for queries ( [https://discord.gg/Q5hhd4t24t](https://discordapp.com/invite/Q5hhd4t24t) )&#x20;
{% endhint %}
