Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 834 Bytes

File metadata and controls

21 lines (14 loc) · 834 Bytes

VIEApps.Components.WebSockets.Fleck

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

NuGet

Modifications (compare to original 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

Documentation

Please see the document of original Fleck at https://github.com/statianzo/Fleck