all repos — nimhttpd @ 301242ed8bf652f4fbf6487cbfdb7b259b77a5c7

A useful static file web server.

README.md

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
[![Nimble](https://raw.githubusercontent.com/yglukhov/nimble-tag/master/nimble.png)](https://github.com/h3rald/nimhttpd)

![release](https://img.shields.io/github/release/h3rald/nimhttpd/all.svg)
![license](https://img.shields.io/github/license/h3rald/nimhttpd.svg)

# NimHTTPd

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