An open API service indexing awesome lists of open source software.

https://github.com/mingrammer/go-web-framework-stars

:star: Web frameworks for Go, most starred on GitHub
https://github.com/mingrammer/go-web-framework-stars

go ranking stars web-framework

Last synced: 5 days ago
JSON representation

:star: Web frameworks for Go, most starred on GitHub

Awesome Lists containing this project

README

        

# Top Go Web Frameworks
A list of popular github projects related to Go web framework (ranked by stars automatically)
Please update **list.txt** (via Pull Request)

| Project Name | Stars | Forks | Open Issues | Description | Last Commit |
| ------------ | ----- | ----- | ----------- | ----------- | ----------- |
| [gin](https://github.com/gin-gonic/gin) | 82176 | 8192 | 859 | Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin. | 2025-04-21 14:05:28 |
| [fiber](https://github.com/gofiber/fiber) | 36368 | 1780 | 125 | ⚡️ Express inspired web framework written in Go | 2025-05-09 11:58:41 |
| [beego](https://github.com/beego/beego) | 32060 | 5635 | 12 | beego is an open-source, high-performance web framework for the Go programming language. | 2025-05-03 12:54:27 |
| [echo](https://github.com/labstack/echo) | 30970 | 2272 | 93 | High performance, minimalist Go web framework | 2025-04-04 08:01:42 |
| [go-zero](https://github.com/zeromicro/go-zero) | 30934 | 4104 | 346 | A cloud-native Go microservices framework with cli tool for productivity. | 2025-05-10 15:43:13 |
| [kit](https://github.com/go-kit/kit) | 27008 | 2460 | 57 | A standard library for microservices. | 2024-03-13 13:42:15 |
| [kratos](https://github.com/go-kratos/kratos) | 24276 | 4084 | 109 | Your ultimate Go microservices framework for the cloud-native era. | 2025-04-29 07:46:18 |
| [fasthttp](https://github.com/valyala/fasthttp) | 22557 | 1793 | 105 | Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http | 2025-05-09 23:57:14 |
| [mux](https://github.com/gorilla/mux) | 21337 | 1869 | 33 | Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍 | 2024-06-19 23:50:04 |
| [chi](https://github.com/go-chi/chi) | 19724 | 1022 | 83 | lightweight, idiomatic and composable router for building Go HTTP services | 2025-02-18 09:00:55 |
| [httprouter](https://github.com/julienschmidt/httprouter) | 16850 | 1471 | 81 | A high performance HTTP request router that scales well | 2024-01-30 10:56:56 |
| [revel](https://github.com/revel/revel) | 13190 | 1382 | 99 | A high productivity, full-stack web framework for the Go language. | 2022-04-12 20:53:30 |
| [gf](https://github.com/gogf/gf) | 12341 | 1650 | 196 | A powerful framework for faster, easier, and more efficient project development. | 2025-05-07 11:06:00 |
| [micro](https://github.com/micro/micro) | 12257 | 1057 | 11 | A microservices toolkit | 2025-05-08 13:10:05 |
| [martini](https://github.com/go-martini/martini) | 11621 | 1100 | 16 | ⚠️ No longer maintained ⚠️ Classy web framework for Go | 2017-01-21 21:58:54 |
| [gofr](https://github.com/gofr-dev/gofr) | 10611 | 1634 | 49 | An opinionated GoLang framework for accelerated microservice development. Built in support for databases and observability. | 2025-05-09 10:42:56 |
| [encore](https://github.com/encoredev/encore) | 9980 | 407 | 148 | Open Source Development Platform for building robust type-safe distributed systems with declarative infrastructure | 2025-05-09 12:45:25 |
| [go-swagger](https://github.com/go-swagger/go-swagger) | 9745 | 1274 | 604 | Swagger 2.0 implementation for go | 2025-05-07 07:39:31 |
| [buffalo](https://github.com/gobuffalo/buffalo) | 8118 | 583 | 24 | Rapid Web Development w/ Go | 2025-05-08 16:10:11 |
| [kitex](https://github.com/cloudwego/kitex) | 7422 | 834 | 52 | Go RPC framework with high-performance and strong-extensibility for building micro-services. | 2025-05-07 07:24:07 |
| [hertz](https://github.com/cloudwego/hertz) | 6211 | 551 | 56 | Go HTTP framework with high-performance and strong-extensibility for building micro-services. | 2025-05-07 07:25:08 |
| [goa](https://github.com/goadesign/goa) | 5849 | 567 | 19 | Design-first Go framework that generates API code, documentation, and clients. Define once in an elegant DSL, deploy as HTTP and gRPC services with zero drift between code and docs. | 2025-05-05 17:47:44 |
| [ponzu](https://github.com/ponzu-cms/ponzu) | 5741 | 389 | 35 | Headless CMS with automatic JSON API. Featuring auto-HTTPS from Let's Encrypt, HTTP/2 Server Push, and flexible server framework written in Go. | 2020-01-02 00:14:32 |
| [go-restful](https://github.com/emicklei/go-restful) | 5082 | 687 | 4 | package for building REST-style Web Services using Go | 2025-03-11 11:17:39 |
| [gizmo](https://github.com/nytimes/gizmo) | 3774 | 223 | 33 | A Microservice Toolkit from The New York Times | 2021-04-30 15:27:05 |
| [macaron](https://github.com/go-macaron/macaron) | 3526 | 286 | 8 | Package macaron is a high productive and modular web framework in Go. | 2025-04-19 20:12:29 |
| [go-json-rest](https://github.com/ant0ine/go-json-rest) | 3511 | 382 | 46 | A quick and easy way to setup a RESTful JSON API | 2017-09-13 04:12:08 |
| [goyave](https://github.com/go-goyave/goyave) | 1707 | 75 | 11 | 🍐 The enterprise REST API framework | 2025-04-22 13:09:44 |
| [armor](https://github.com/labstack/armor) | 1663 | 64 | 21 | Uncomplicated, modern HTTP server | 2019-08-03 18:10:09 |
| [web](https://github.com/gocraft/web) | 1511 | 125 | 24 | Go Router + Middleware. Your Contexts. | 2019-02-07 15:06:52 |
| [dotweb](https://github.com/devfeel/dotweb) | 1386 | 180 | 20 | Simple and easy go web micro framework | 2023-12-13 02:13:17 |
| [rest-layer](https://github.com/rs/rest-layer) | 1250 | 112 | 36 | REST Layer, Go (golang) REST API framework | 2021-09-30 23:58:01 |
| [goji](https://github.com/goji/goji) | 971 | 69 | 6 | Goji is a minimalistic and flexible HTTP request multiplexer for Go (golang) | 2019-01-26 23:58:29 |
| [copper](https://github.com/gocopper/copper) | 939 | 30 | 5 | 🚀‏‏‎ ‎‏‏‎‏‏‎‎‎‎‎‎Copper is a Go toolkit complete with everything you need to build web apps. | 2025-05-05 20:25:15 |
| [tango](https://github.com/lunny/tango) | 828 | 109 | 9 | This is only a mirror and Moved to https://gitea.com/lunny/tango | 2019-05-17 03:31:10 |
| [gearbox](https://github.com/gogearbox/gearbox) | 771 | 54 | 0 | Gearbox :gear: is a web framework written in Go with a focus on high performance | 2022-09-21 00:20:37 |
| [aah](https://github.com/go-aah/aah) | 690 | 33 | 19 | A secure, flexible, rapid Go web framework | 2020-09-02 02:31:20 |
| [yoyogo](https://github.com/yoyofx/yoyogo) | 580 | 42 | 10 | 🦄🌈 YoyoGo is a simple, light and fast , dependency injection based micro-service framework written in Go. Support Nacos ,Consoul ,Etcd ,Eureka ,kubernetes. | 2024-02-07 09:13:19 |
| [flamingo](https://github.com/i-love-flamingo/flamingo) | 524 | 58 | 35 | Flamingo Framework and Core Library. Flamingo is a go based framework to build pluggable applications. Focus is on clean architecture, maintainability and operation readiness. | 2025-04-28 09:22:18 |
| [traffic](https://github.com/gravityblast/traffic) | 520 | 34 | 1 | Sinatra inspired regexp/pattern mux and web framework for Go | 2015-11-26 21:31:07 |
| [neo](https://github.com/ivpusic/neo) | 419 | 40 | 6 | Go Web Framework | 2017-08-14 23:54:31 |
| [gramework](https://github.com/gramework/gramework) | 388 | 38 | 17 | Fast and Reliable Golang Web Framework | 2023-10-27 14:01:05 |
| [webgo](https://github.com/naughtygopher/webgo) | 304 | 31 | 2 | A microframework to build web apps; with handler chaining, middleware support, and most of all; standard library compliant HTTP handlers(i.e. http.HandlerFunc). | 2024-10-20 08:43:36 |
| [aegis](https://github.com/tmaiaroto/aegis) | 283 | 15 | 8 | Serverless Golang deploy tool and framework for AWS Lambda | 2019-07-28 17:59:41 |
| [gorouter](https://github.com/vardius/gorouter) | 153 | 17 | 9 | Go Server/API micro framework, HTTP request router, multiplexer, mux | 2024-09-05 02:45:54 |
| [gorest](https://github.com/tideland/gorest) | 34 | 6 | 3 | RESTful Server Systems [DEPRECATED] | 2017-11-10 13:00:37 |

*Last Automatic Update: 2025-05-11T01:20:18Z*