mighttpd2

A lightweight, high-performance HTTP server written in Haskell

brewmacoslinux
Try with needOr install directly
Source

About

HTTP server

Commands

mighttpd2

Examples

Start HTTP server on default port 80 serving current directory$ mighttpd2
Start server on custom port 8080 serving specific directory$ mighttpd2 -p 8080 -d /var/www
Display help and configuration options$ mighttpd2 --help