README.txt 295 B

12345678910
  1. Small demo for simple file module. The server will listen on a specified
  2. port (default 3000) and will serve files starting from the current working
  3. directory.
  4. Just start the server, no options, and point your browser at
  5. http://localhost:3000/
  6. running simpleserver -h will provide some help.