mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-03 10:30:31 +01:00
11 lines
295 B
Plaintext
11 lines
295 B
Plaintext
|
|
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.
|
|
|