nimhttpd icon indicating copy to clipboard operation
nimhttpd copied to clipboard

A tiny static file web server written in Nim

Results 1 nimhttpd issues
Sort by recently updated
recently updated
newest added

# Problem when I use `localhost` in URL everything works fine, but when I use `http://127.0.0.1:PORT`, nimhttpd just does not respond anymore and hangs # Code Example the provided code...