I'm proud to announce the release of an open-source project I've been working on, go-live!<p>It's a fast, portable Go command line utility that serves a file directory over HTTP. It can be used for local web development, production static-site serving, or as a network file host. By default, go-live serves the directory it is executed in.<p>It's inspired by JavaScript's famous live-server utility, but way faster and doesn't need Node.js installed. Supports Linux, Windows, and Mac, as well as ARM. It's also 4MB fully compiled, and can be used on an IoT device.<p>Mac: ```brew tap antsankov/go-live && brew install go-live```
Linux: ```snap install go-live```<p>Checkout the Github for more info on how to install it: <a href="https://github.com/antsankov/go-live#install" rel="nofollow">https://github.com/antsankov/go-live#install</a> and interesting use cases.<p>Any feedback is appreciated, since this is the first open-source Unix utility I've worked on! Also need some help on profiling it.