all repos — nimhttpd @ d3faad88718122ee7ce93b524f5ef0e3a0515e87

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