The simplest way of creating Http Server in C# programming language. Just few lines of code and your server is up and running. Routes, handlers, url properties, request headers and much more.
Code: https://bit.ly/2KrTY9j
Nuget: https://www.nuget.org/packages/Simple-HTTP
#csharp #http #server