fpc/packages/fcl-web/examples/simpleserver
michael fe62a95b08 * Add mode and strings directives
git-svn-id: trunk@39426 -
2018-07-10 07:29:41 +00:00
..
index.css
index.html
README.txt
simpleserver.lpi
simpleserver.pas * Add mode and strings directives 2018-07-10 07:29:41 +00:00

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.