A concrete implementation of the .Net Standard 2.0 System.Net.WebSockets.WebSocket abstract class Can target .NET 4.5 (or above) or .NET Standard 2.0 (or above) Works on any version of Windows (including Windows 7) as well as Linux as it does not use HTTP.sys. A WebSocket library that allows you to make WebSocket connections as a client or to respond to WebSocket requests as a server. You can safely pass around a general purpose WebSocket instance throughout your codebase without tying yourself strongly to this library. This is the same WebSocket abstract class used by .net core 2.0 and it allows for asynchronous Websocket communication for improved performance and scalability.
$ dotnet add package Ninja.WebSocketsNo README available.