go-web-framework-stars is a curated list of popular Go web framework projects ranked automatically by their star counts on GitHub. The repository generates a markdown table that includes each framework’s name, star and fork counts, open issue counts, a short description, and the timestamp of the last commit, making it a quick way to compare ecosystem maturity and activity. It includes well-known frameworks and toolkits such as Gin, Fiber, Beego, Echo, go-zero, chi, Kratos, and many more, giving Go developers a broad overview of their options. The data is derived from a simple source file (list.txt) and rendered via a Go utility (list2md.go), so contributors can update the list with minimal friction. Because the table also records last commit times, it helps developers spot projects that are actively maintained versus ones that may be deprecated or stagnant.
Features
- Automatically generated ranking of Go web frameworks by GitHub stars
- Rich metadata per project including stars, forks, open issues, and last commit date
- Simple contribution model using a list.txt source file and a list2md.go renderer
- Coverage of a wide spectrum of frameworks from high-performance microframeworks to full-stack solutions
- Quick visual comparison of framework popularity and maintenance activity
- MIT-licensed Go utility that can be adapted or extended for similar ranking lists