/nimhttpd

A tiny static file web server written in Nim

Primary LanguageNimMIT LicenseMIT

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