Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 458 Bytes

readme.md

File metadata and controls

11 lines (6 loc) · 458 Bytes

Simple WebServer for .NET and Mono can serve static web sites with images of corse.

Beta version can catch 404 and 418 ;-) errors with custom files for now , run with configurable json file look at "config.json".

In true is planned use it as cordova local webserver but for Windows Devices

Any Support will be welcome look at https://ydk2.tk/

Och you can use dll only to use try

SimpleHTTPServer myServer = new SimpleHTTPServer (root + www, host, port);