WebSockets C# Server Implementation.
Info
Version: | 0.0.7 |
Author(s): | sladewasinger |
Last Update: | Wednesday, April 28, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sladewasinger/HubSockets |
NuGet Url: | https://www.nuget.org/packages/HubSockets |
Install
Install-Package HubSockets
dotnet add package HubSockets
paket add HubSockets
HubSockets Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.StaticFiles(>= 2.2.0)
- Microsoft.AspNetCore.WebSockets(>= 2.2.1)
- Newtonsoft.Json(>= 12.0.3)