ASP.NET Core implementation of a json-rpc engine, that supports communication through web-sockets.
Info
Version: | 1.1.0 |
Author(s): | Solidigity |
Last Update: | Thursday, March 19, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/CodeReuse.AspNetCore.JsonRpc.WebSockets |
Install
Install-Package CodeReuse.AspNetCore.JsonRpc.WebSockets
dotnet add package CodeReuse.AspNetCore.JsonRpc.WebSockets
paket add CodeReuse.AspNetCore.JsonRpc.WebSockets
CodeReuse.AspNetCore.JsonRpc.WebSockets Download (Unzip the "nupkg" after downloading)
Dependencies
- CodeReuse.JsonRpc(>= 1.1.0)
- CodeReuse.Threading(>= 1.1.0)
- Microsoft.AspNetCore.WebSockets(>= 2.2.1)
Tags