static-web-server

High-performance asynchronous web server for serving static files

brewmacoslinux
Try with needOr install directly
Source

About

High-performance and asynchronous web server for static files-serving

Commands

static-web-server

Examples

Start server on default port 80 serving current directory$ static-web-server
Serve specific directory on custom port 8080$ static-web-server --root /path/to/files --port 8080
Enable gzip compression and set host address$ static-web-server --host 0.0.0.0 --port 3000 --compression