DNLiCore_WebSocket框架一款超简单入手的websocket框架,几行代码搞定,小白也会用,性能方面除非有十万级别的数据,否则没压力。。。.
Info
| Version: | 1.1.1 |
| Author(s): | DNLi |
| Last Update: | Thursday, January 17, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/DNLi303/DNLiCore_WebSocket |
| NuGet Url: | https://www.nuget.org/packages/DNLiCore_Websocket |
Install
Install-Package DNLiCore_Websocket
dotnet add package DNLiCore_Websocket
paket add DNLiCore_Websocket
DNLiCore_Websocket Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Http(>= 2.2.0)
- Microsoft.AspNetCore.WebSockets(>= 2.2.1)
- Microsoft.Extensions.Configuration(>= 2.2.0)
Tags