Info
Version: | 1.3.0 |
Author(s): | Jan Oliver Rüdiger |
Last Update: | Wednesday, April 6, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/notesjor/TFRES-TinyFastRestEndpointServer |
NuGet Url: | https://www.nuget.org/packages/TFRES |
Install
Install-Package TFRES
dotnet add package TFRES
paket add TFRES
TFRES Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.3)
- Microsoft.OpenApi(>= 1.1.4)
REST-endpoint Server - Server is designed for fast and easy deployment of web services. Features like SSL/TLS are not provided and should be solved via reverse proxy.
Authentication and similar features you have to implement yourself. This server does only two things: Receive and deliver data quickly.
Documentation: https://github.com/notesjor/TFRES-TinyFastRestEndpointServer
Based on jchristn/WatsonWebserver, but with many improvements and extremely reduced code base.