Added NimHTTPd.
h3rald h3rald@h3rald.com
Sat, 05 May 2018 16:53:50 +0200
1 files changed,
30 insertions(+),
0 deletions(-)
jump to
A
contents/nimhttpd.md
@@ -0,0 +1,30 @@
+----- +id: nimhttpd +github: nimhttpd +home: /nimhttpd/ +title: "NimHTTPd" +subtitle: "A tiny static file web server." +summary: "A tiny, self-contained program able to serve files within a directory via HTTP." +content-type: project +active: true +version: 1.0.4 +download: "https://github.com/h3rald/nimhttpd/releases/download/" +----- +_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). + +### Downloads + +* [macOS (x64)]({{$download}}v{{$version}}/{{$github}}_v{{$version}}_macosx_x64.zip) +* [Linux (x64)]({{$download}}v{{$version}}/{{$github}}_v{{$version}}_linux_x64.zip) +* [Linux (x86)]({{$download}}v{{$version}}/{{$github}}_v{{$version}}_linux_x86.zip) +* [Linux (ARM)]({{$download}}v{{$version}}/{{$github}}_v{{$version}}_linux_arm.zip) +* [Windows (x64)]({{$download}}v{{$version}}/{{$github}}_v{{$version}}_windows_x64.zip)