Jonas Maebe c8c3a77d7b * merged everything except for version bumps from fixes_3_0 till 37113 8 years ago
..
README.txt c8c3a77d7b * merged everything except for version bumps from fixes_3_0 till 37113 8 years ago
index.css c8c3a77d7b * merged everything except for version bumps from fixes_3_0 till 37113 8 years ago
index.html c8c3a77d7b * merged everything except for version bumps from fixes_3_0 till 37113 8 years ago
simpleserver.lpi c8c3a77d7b * merged everything except for version bumps from fixes_3_0 till 37113 8 years ago
simpleserver.pas c8c3a77d7b * merged everything except for version bumps from fixes_3_0 till 37113 8 years ago

README.txt


Small demo for simple file module. The server will listen on a specified
port (default 3000) and will serve files starting from the current working
directory.

Just start the server, no options, and point your browser at
http://localhost:3000/

running simpleserver -h will provide some help.