.NET Standard web application framework built on ASP.NET Core w/ Kestrel and inspired by Express.js.
Info
Version: | 5.2.1 |
Author(s): | Malte Rosenbjerg |
Last Update: | Monday, March 16, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://redhttp.github.io/Red/ |
NuGet Url: | https://www.nuget.org/packages/RHttpServer |
Install
Install-Package RHttpServer
dotnet add package RHttpServer
paket add RHttpServer
RHttpServer Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Routing(>= 2.2.2)
- Microsoft.AspNetCore.Server.Kestrel(>= 2.2.0)
- Microsoft.AspNetCore.StaticFiles(>= 2.2.0)
- Microsoft.AspNetCore.WebSockets(>= 2.2.1)
- System.Text.Json(>= 4.7.1)
Tags