srv
A tiny static file web server.
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Passing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install srv
choosenim install srv
git clone https://github.com/me7/srv
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| srv | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/me7/srv |
|---|---|
| Homepage | https://github.com/me7/srv |
| Documentation | View Documentation |
| Registry Source | nimble_official |
README
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).
