Install
A light-weight Go server that hosts the file directory it's in (HTML or otherwise) over HTTP. Inspired by simple Unix programs that do one thing well.
Last updated
A light-weight Go server that hosts the file directory it's in (HTML or otherwise) over HTTP. Inspired by simple Unix programs that do one thing well.
Last updated
Can be used for local development or production static-site serving as a run-your-own Github-pages. By default, go-live hosts the directory it is executed in.
Based on JavaScript's famous live-server
utility, but much faster, lighter (4 MB), and doesn't require Node.js to be installed. Can also be used for production file serving.
Supports Linux, Windows, and Mac, as well as ARM and x64. Please leave all comments, questions, or suggestions in the Github issues.
ARM64 Mac (new M1 chip) is supported. Download file from the releases page, chmod +x, and then move it to your path. Brew coming soon.
Deb packages coming soon! (Help wanted)
Need ARM? Check the releases page.
docker pull antsankov/go-live
To run (will serve current directory on port 9000):
docker run --rm -v "${PWD}":/workdir -p 9000:9000 antsankov/go-live go-live
Chocolatey coming soon! (Help wanted)
Make sure when running that all necessary ports are open and user has permissions (Help wanted)
QT based front-end? (Help wanted)