DEPRECATED
.NET Standard 2.0 is supported by the original Fleck.
This is a hard fork of Fleck (a WebSocket server implementation in C#) with some modifications to run well on .NET Standard 2.0
- Package ID: VIEApps.Components.WebSockets.Fleck
- Details: https://www.nuget.org/packages/VIEApps.Components.WebSockets.Fleck
- Allow to SetKeepAlive method only run on Windows (SocketWrapper class)
- Change to use Microsoft.Extensions.Logging
- Listen to 1000 pending connections (default) - and you can change this backlog number when start the server
Please see the document of original Fleck at https://github.com/statianzo/Fleck