mirror of
https://github.com/me7/srv
synced 2026-01-13 09:21:42 +00:00
No description
| .gitignore | ||
| config.nim | ||
| LICENSE | ||
| README.md | ||
| srv.nim | ||
| srv.nim.cfg | ||
| srv.nimble | ||
| style.css | ||
srv
srv is a static files server that fork from NimHTTPd. The reason for fork are
- i want shorter name, srv is shorter than nimhttpd
- this package will default to open http://localhost:1337 after launch
Usage
srv [ -p:port ] [ directory ]
Where:
- directory is the directory to serve (default: current directory).
- port is the port to listen to (default: 1337).
