Efficient async/threaded TCP network server library.
Info
Version: | 0.4.0 |
Author(s): | Egor 'khaos' Zelensky |
Last Update: | Wednesday, July 6, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/khaos-one/jettify |
NuGet Url: | https://www.nuget.org/packages/Jettify.Serve |
Install
Install-Package Jettify.Serve
dotnet add package Jettify.Serve
paket add Jettify.Serve
Jettify.Serve Download (Unzip the "nupkg" after downloading)
Dependencies
- Jettify.Extensions(>= 0.4.3)
- Jettify.Logging(>= 0.4.0)
- NETStandard.Library(>= 1.6.0)
- System.Threading.Thread(>= 4.0.0)
- System.Threading.ThreadPool(>= 4.0.10)