README.md
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
[](https://github.com/h3rald/nimhttpd)   # NimHTTPd _NimHHTPd_ is a minimal web server that can be used to serve static files. ## Usage **nimhttpd** **[** **-p:**_port_ **]** **[** _directory_ **]** Where: * _directory_ is the directory to serve (default: current directory). * _port_ is the port to listen to (default: 1337). |