What does HackerNews think of air?

☁️ Live reload for Go apps

Language: Go

#3 in Maven
#35 in Docker
#42 in Go
I've also used Air[0] (and before that Gin) which says is for Go programs but lets you configure the commands and filters to work with any language/build.

[0] https://github.com/cosmtrek/air

The Go compiler is really fast, effectively hot-reloads on every save.

https://github.com/cosmtrek/air

> After updating your code, you can just reload the page. That's it. It's seamless.

This is available with many other languages as well, i.e. https://github.com/cosmtrek/air

It may require an external tool, but the deployment experience is a lot simpler for Go than PHP.