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

The fork of Fleck WebSocket Server with some modifications to run well on .NET Standard 2.0

License

Notifications You must be signed in to change notification settings

vieapps/Components.WebSockets.Fleck

Repository files navigation

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

About

The fork of Fleck WebSocket Server with some modifications to run well on .NET Standard 2.0

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages