wgo
Live reload for Go apps. Watch arbitrary files and respond with arbitrary commands. Supports running multiple invocations in parallel. (by bokwoon95)
liver
Liver is a dead simple live reloading framework that works by attaching itself to processes (by mnafees)
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
wgo
Posts with mentions or reviews of wgo.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-29.
-
wgo: a live reload tool for Go
wgo is simpler, simply prepend 'w' to any go run command to make it wgo run and now it does the same thing as go run but it also reloads the program whenever a Go file changes. Also takes in the same build flags as go run. Very intuitive to use.
liver
Posts with mentions or reviews of liver.
We have used some of these posts to build our list of alternatives
and similar projects.
What are some alternatives?
When comparing wgo and liver you can also consider the following projects:
gow - Missing watch mode for Go commands. Watch Go files and execute a command like "go run" or "go test"
taskctl - Concurrent task runner, developer's routine tasks automation toolkit. Simple modern alternative to GNU Make 🧰
hotbuild - a cross platform hot compilation tool for golang
algernon - Small self-contained pure-Go web server with Lua, Teal, Markdown, Ollama, HTTP/2, QUIC, Redis, SQLite and PostgreSQL support ++
air - ☁️ Live reload for Go apps
entr - Run arbitrary commands when files change
realize - Realize is the #1 Golang Task Runner which enhance your workflow by automating the most common tasks and using the best performing Golang live reloading.