mongoose

Lightweight embedded web server library for C/C++ applications

brewmacoslinux
Try with needOr install directly
Source

About

Web server build on top of Libmongoose embedded library

Commands

mongoose

Examples

Start a basic HTTP server on port 8080 serving files from current directory$ mongoose -listening_port 8080
Run server with custom document root directory$ mongoose -document_root /var/www -listening_port 80
Start server with authentication enabled$ mongoose -listening_port 8080 -auth_domain example.com -auth_gpass mypassword