Files
fasthttp/examples/fileserver
2015-12-04 15:09:12 +02:00
..
2015-12-04 15:09:12 +02:00
2015-12-04 15:09:12 +02:00

Static file server example

Serves files from the given directory.

How to build

make

How to run

./fileserver -addr=tcp.addr.to.listen:to -dir=/path/to/directory/to/serve