1
0
Fork 0
mirror of https://github.com/me7/srv synced 2026-01-13 09:21:42 +00:00
No description
Find a file
2019-10-30 11:56:08 +07:00
.gitignore make options work 2019-10-30 11:42:41 +07:00
config.nim bump version 2019-10-30 11:56:08 +07:00
LICENSE first commit 2019-10-29 17:49:49 +07:00
README.md make options work 2019-10-30 11:42:41 +07:00
srv.nim move file out of src folder 2019-10-30 11:54:24 +07:00
srv.nim.cfg make options work 2019-10-30 11:42:41 +07:00
srv.nimble make options work 2019-10-30 11:42:41 +07:00
style.css make options work 2019-10-30 11:42:41 +07:00

Nimble

release license

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).