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

16 lines
196 B
Markdown

# 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
```