goshs

Simple, yet feature-rich web server written in Go

brewmacoslinux
Try with needOr install directly
Source

About

Simple, yet feature-rich web server written in Go

Commands

goshs

Examples

Start a web server serving current directory on default port$ goshs
Serve files on a custom port$ goshs -p 8080
Serve a specific directory with custom port and enable TLS$ goshs -d /path/to/dir -p 443 -tls