air
โ๏ธ Live reload for Go apps (by air-verse)
gin
Live reload utility for Go web servers (by codegangsta)
air | gin | |
---|---|---|
55 | 3 | |
18,125 | 4,228 | |
2.7% | - | |
7.7 | 0.0 | |
4 days ago | over 1 year ago | |
Go | Go | |
GNU General Public License v3.0 only | MIT License |
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.
air
Posts with mentions or reviews of air.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-10-05.
-
Building a RESTful API with Go Fiber: An Express-Inspired Boilerplate
Note: Make sure you have Air installed. See ๐ How to install Air
-
My first CLI with Go
The last problem for now is a hot reload module. Whenever we create a fiber app we don't have any change listener by default. If fiber has this already and I do not know about it then forgive me for that I am relatively new to this. If you know anything about this, let me know in the comments. To solve this problem I figured out to include air in the project.
-
Setting up Delve and Air to debug Golang with VS Code
We will use https://github.com/air-verse/air to do live reloading for us.
- Rails Is Good Enough
-
Simple Directory Watcher to Restart Dev Server
Ever since I have been making APIs there was always a simple way to enable hot reloading. It is easy in Go too, you just have to use air. It so simple, just write air and you have hot reloading. Now you may ask the question that if it's so great what this post is for?
-
Hot reloading in Go applications
Air is another library that enables hot reloading in Go applications. To use it, install it on your machine using the command below:
-
Live reloading in Go
To enable live reloading in Go we will checkout the command tool, Air - Live reload for Go apps.
-
Como configurar Golang com live reload utilizando Air ๐
โ๏ธ Repositรณrio do Air
-
๐ The Gowebly CLI has grown to v2.0.0
This is made possible thanks to the Air tool, which now comes with every project you create. The configuration is as follows:
- 6 ๐ฅ Awesome Golang packages (web devs)
gin
Posts with mentions or reviews of gin.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-07-06.
-
How to auto-reload go apps during development?
i've used this https://github.com/codegangsta/gin
- How do you use fswatch to reload an http server project on file changes?
- Go 1.16 Release Notes
What are some alternatives?
When comparing air and gin you can also consider the following projects:
modd - A flexible developer tool that runs processes and responds to filesystem changes
delve - Delve is a debugger for the Go programming language.
fresh - Build and (re)start go web apps after saving/creating/deleting source files.
reflex - Run a command when files change
golang-docker-cache - Improved docker Golang module dependency cache for faster builds.
gow - Missing watch mode for Go commands. Watch Go files and execute a command like "go run" or "go test"
watchrun - Watch your files and run your programs.
reflex - ๐ธ๏ธ Web apps in pure Python ๐
xid - Parse unicode identifiers
skaffold - Easy and Repeatable Kubernetes Development
gio - Mirror of the Gio main repository (https://git.sr.ht/~eliasnaur/gio)