Skip to content

qbradley/nimhttpd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A tiny static file web server written in Nim

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Nim 58.9%
  • CSS 41.1%