a simple microservice framework base on asp.net core mvc, use websocket as transport.
Info
Version: | 0.2.1 |
Author(s): | aspark |
Last Update: | Saturday, October 12, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/aspark/CobMvc |
NuGet Url: | https://www.nuget.org/packages/CobMvc.WebSockets |
Install
Install-Package CobMvc.WebSockets
dotnet add package CobMvc.WebSockets
paket add CobMvc.WebSockets
CobMvc.WebSockets Download (Unzip the "nupkg" after downloading)
Dependencies
- CobMvc.Core(>= 0.2.1)
- Microsoft.AspNetCore.Mvc.Core(>= 2.1.1)
- Microsoft.AspNetCore.WebSockets(>= 2.1.1)
- System.IO.Pipelines(>= 4.5.3)
Tags