https://github.com/mortennobel/simplewebserver
A simple GUI-based web-server used for testing scripts running on localhost.
https://github.com/mortennobel/simplewebserver
jar java simplewebserver
Last synced: about 1 year ago
JSON representation
A simple GUI-based web-server used for testing scripts running on localhost.
- Host: GitHub
- URL: https://github.com/mortennobel/simplewebserver
- Owner: mortennobel
- Created: 2012-02-08T13:30:37.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-10-03T19:30:35.000Z (over 13 years ago)
- Last Synced: 2025-04-24T00:04:31.502Z (about 1 year ago)
- Topics: jar, java, simplewebserver
- Language: Java
- Homepage:
- Size: 144 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SimpleWebServer
====================================
## Description
A simple GUI-based web-server used for testing scripts running on localhost.
The source code is based on:
http://www.prasannatech.net/2008/10/simple-http-server-java.html
## Usage
Copy dist/SimpleWebServer.jar to the folder you want to host and double clicking SimpleWebServer.jar to start
serving the folder on http://localhost:5000/ .
## License
Creative Commons Attribution 3.0 Unported (http://creativecommons.org/licenses/by/3.0/)
2011-2012 Morten Nobel-Joergensen