Skip to content

Releases: obeliskos/SimpleWebServer

0.6 Release

10 Jan 14:42
Compare
Choose a tag to compare
  • Fixed error adding and updating mime types.
  • Added svg mime type to default mime types list.

0.5 Release

28 Dec 22:59
Compare
Choose a tag to compare
  • Can now run without admin permissions if only serving up to local computer/device. You will need to access with http://localhost:8080 (or whatever port you chose).
  • After saving your settings in version 0.5, you will have new settings 'UseCustomPrefixes' and 'CustomPrefixes' which allow you to override the prefixes we apply to our HttpListener. You might only want to do this if you do delve into netsh configuration.

0.4 Release

30 Nov 23:44
Compare
Choose a tag to compare
  • Added 'Minimize on Startup' and 'Start server on Startup' options.
  • Improved initialization order

0.3 Release

29 Nov 20:40
Compare
Choose a tag to compare
  • User can now edit Mime types (add/edit/delete)
  • Settings now stored in xml file in same directory as executable
  • Deleting settings file will revert back to default
  • Added Toolbar, Status Bar, and About form
  • Will now minimize to System Tray
  • Added different program icon

0.2 Release

31 Oct 01:14
Compare
Choose a tag to compare
  • allow saving settings
  • added directory picker
  • allow use of port 80 (or other ports below 1024)

0.1 Release

27 Oct 00:29
Compare
Choose a tag to compare

Adapted simple single threading c#.net web server class with a user interface.

This web server can be run on Windows and Windows RT devices and is additionally configured to support all mime types required by my TridentSandbox web application for full appcache, local storage, and indexeddb capabilities.

Will update this project over time.