static-server
last updated: Oct 20, 2023
https://eli.thegreenplace.net/2023/static-server-an-http-server-in-go-for-static-content/
https://github.com/eliben/static-server
To run a static HTTP server in one line: go run github.com/eliben/static-server@latest
Inspired by npx http-server
... not quite as pithy, but not bad either
Backlinks: