all repos — nimhttpd @ master

A useful static file web server.

caaff4f9
Added description
h3rald h3rald@h3rald.com
Fri, 11 Aug 2023 02:15:24 +0000
3b171b0e
Fixed deprecation warning.
h3rald h3rald@h3rald.com
Sat, 22 Apr 2023 13:28:16 +0000
f38c2c2e
Merge pull request #16 from capocasa/master

Fabio Cevasco h3rald@h3rald.com
Sat, 22 Apr 2023 12:54:25 +0200

Nimble

Release License

NimHTTPd

NimHTTPd is a minimal web server that can be used to serve static files.

Usage

nimhttpd [ -p:port -t:title -a:address -6:ipv6 -H:“key: val” ] [ directory ]

Where:

clone
git clone https://code.h3rald.com/nimhttpd
        

contribute on