A tiny static file server written in C, with functionality similar to Python's SimpleHTTPServer. Presents a file listing for directories. Handles multiple requests asynchronously.
-
Build by running
makeormake serve. -
Add
serveto your$PATH. -
Run
serve 9000to serve the current working directory. Visit localhost:9000.