PollRobots / SimpleWebServer

A simple http file server

Repository from Github https://github.comPollRobots/SimpleWebServerRepository from Github https://github.comPollRobots/SimpleWebServer

Simple Web Server

This implements a very simple web server in C#, both as a standalone program and as a class library.

To run the server, simply provide a port number and a root directory.

Note This is not intended to be a production tool. I use this when tinkering with html, js etc. to simplify by personal development cycle.

About

A simple http file server

License:Apache License 2.0


Languages

Language:C# 100.0%