An open API service indexing awesome lists of open source software.

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.

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