A tiny web server for when you need to integrate a webserver into your applications where the overhead of writing an ASP.NET application is not warranted (or where it is not possible to host ASP.NET).
The basic variant here only supports the simple Get protocol. It can be ea...