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: 14 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) | 81324 | 8156 | 861 | 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-03-20 15:40:41 |
| [fiber](https://github.com/gofiber/fiber) | 35773 | 1742 | 108 | ⚡️ Express inspired web framework written in Go | 2025-04-03 12:31:59 |
| [beego](https://github.com/beego/beego) | 31980 | 5634 | 14 | beego is an open-source, high-performance web framework for the Go programming language. | 2025-04-04 15:24:26 |
| [echo](https://github.com/labstack/echo) | 30791 | 2263 | 90 | High performance, minimalist Go web framework | 2025-04-04 08:01:42 |
| [go-zero](https://github.com/zeromicro/go-zero) | 30666 | 4072 | 337 | A cloud-native Go microservices framework with cli tool for productivity. | 2025-03-26 14:41:55 |
| [kit](https://github.com/go-kit/kit) | 26938 | 2457 | 56 | A standard library for microservices. | 2024-03-13 13:42:15 |
| [kratos](https://github.com/go-kratos/kratos) | 24102 | 4065 | 131 | Your ultimate Go microservices framework for the cloud-native era. | 2025-04-03 07:09:52 |
| [fasthttp](https://github.com/valyala/fasthttp) | 22412 | 1779 | 106 | Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http | 2025-04-02 03:43:14 |
| [mux](https://github.com/gorilla/mux) | 21256 | 1863 | 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) | 19456 | 1013 | 80 | lightweight, idiomatic and composable router for building Go HTTP services | 2025-02-18 09:00:55 |
| [httprouter](https://github.com/julienschmidt/httprouter) | 16802 | 1472 | 82 | A high performance HTTP request router that scales well | 2024-01-30 10:56:56 |
| [revel](https://github.com/revel/revel) | 13184 | 1384 | 101 | A high productivity, full-stack web framework for the Go language. | 2022-04-12 20:53:30 |
| [micro](https://github.com/micro/micro) | 12236 | 1058 | 2 | A microservices platform | 2025-03-22 22:12:25 |
| [gf](https://github.com/gogf/gf) | 12189 | 1636 | 166 | A powerful framework for faster, easier, and more efficient project development. | 2025-04-02 11:56:28 |
| [martini](https://github.com/go-martini/martini) | 11624 | 1103 | 16 | ⚠️ No longer maintained ⚠️ Classy web framework for Go | 2017-01-21 21:58:54 |
| [go-swagger](https://github.com/go-swagger/go-swagger) | 9709 | 1270 | 602 | Swagger 2.0 implementation for go | 2025-04-04 19:42:37 |
| [encore](https://github.com/encoredev/encore) | 9606 | 394 | 134 | Open Source Development Platform for building robust type-safe distributed systems with declarative infrastructure | 2025-04-03 14:46:46 |
| [buffalo](https://github.com/gobuffalo/buffalo) | 8111 | 582 | 24 | Rapid Web Development w/ Go | 2023-01-26 15:34:17 |
| [kitex](https://github.com/cloudwego/kitex) | 7371 | 824 | 55 | Go RPC framework with high-performance and strong-extensibility for building micro-services. | 2025-04-02 08:26:03 |
| [gofr](https://github.com/gofr-dev/gofr) | 6857 | 771 | 58 | An opinionated GoLang framework for accelerated microservice development. Built in support for databases and observability. | 2025-04-04 04:56:56 |
| [hertz](https://github.com/cloudwego/hertz) | 6107 | 548 | 57 | Go HTTP framework with high-performance and strong-extensibility for building micro-services. | 2025-04-02 06:31:42 |
| [goa](https://github.com/goadesign/goa) | 5815 | 565 | 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-04-01 21:04:03 |
| [ponzu](https://github.com/ponzu-cms/ponzu) | 5733 | 388 | 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) | 5067 | 687 | 3 | package for building REST-style Web Services using Go | 2025-03-11 11:17:39 |
| [gizmo](https://github.com/nytimes/gizmo) | 3772 | 223 | 33 | A Microservice Toolkit from The New York Times | 2021-04-30 15:27:05 |
| [macaron](https://github.com/go-macaron/macaron) | 3527 | 285 | 8 | Package macaron is a high productive and modular web framework in Go. | 2025-03-11 02:01:14 |
| [go-json-rest](https://github.com/ant0ine/go-json-rest) | 3513 | 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) | 1683 | 75 | 24 | 🍐 The enterprise REST API framework | 2025-03-03 08:54:09 |
| [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) | 1251 | 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 | 31 | 4 | 🚀‏‏‎ ‎‏‏‎‏‏‎‎‎‎‎‎Copper is a Go toolkit complete with everything you need to build web apps. | 2025-03-05 16:54:33 |
| [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) | 768 | 54 | 3 | 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) | 689 | 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 |
| [traffic](https://github.com/gravityblast/traffic) | 521 | 34 | 1 | Sinatra inspired regexp/pattern mux and web framework for Go | 2015-11-26 21:31:07 |
| [flamingo](https://github.com/i-love-flamingo/flamingo) | 515 | 55 | 36 | 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-03-24 10:25:31 |
| [neo](https://github.com/ivpusic/neo) | 420 | 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) | 154 | 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-04-06T01:15:54Z*