nimhttpd

A tiny static file web server.


Keywords
web-server, static-file-server, server, http, http-server, static-server, webserver
License
MIT
Install
nimble install nimhttpd@#v1.0.3

Documentation

Nimble

release license

NimHTTPd

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