Info
Version: | 1.1.8 |
Author(s): | David Haig |
Last Update: | Monday, November 9, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ninjasource/Ninja.WebSockets |
NuGet Url: | https://www.nuget.org/packages/Ninja.WebSockets |
Install
Install-Package Ninja.WebSockets
dotnet add package Ninja.WebSockets
paket add Ninja.WebSockets
Ninja.WebSockets Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
No dependencies.
No dependencies.
Tags
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.