Created a shell utility in Go, called go-live. The idea is that you start it in a directory, and then those files are immediately hosted on the network.
The core idea is to be as lightweight and performant as possible, and to do one thing only and well - Unix style.
The core idea is to be as lightweight and performant as possible, and to do one thing only and well - Unix style.
https://github.com/antsankov/go-live
Looking for contributors and feedback on it.