Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 26 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) | 78271 | 7985 | 799 | 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. | 2024-09-21 15:24:18 |
| [fiber](https://github.com/gofiber/fiber) | 33423 | 1643 | 107 | ⚡️ Express inspired web framework written in Go | 2024-10-03 14:19:27 |
| [beego](https://github.com/beego/beego) | 31503 | 5616 | 10 | beego is an open-source, high-performance web framework for the Go programming language. | 2024-10-05 14:43:21 |
| [echo](https://github.com/labstack/echo) | 29621 | 2217 | 73 | High performance, minimalist Go web framework | 2024-08-16 06:16:52 |
| [go-zero](https://github.com/zeromicro/go-zero) | 29008 | 3925 | 345 | A cloud-native Go microservices framework with cli tool for productivity. | 2024-10-05 04:58:06 |
| [kit](https://github.com/go-kit/kit) | 26532 | 2426 | 54 | A standard library for microservices. | 2024-03-13 13:42:15 |
| [kratos](https://github.com/go-kratos/kratos) | 23183 | 3998 | 115 | Your ultimate Go microservices framework for the cloud-native era. | 2024-09-18 01:59:45 |
| [fasthttp](https://github.com/valyala/fasthttp) | 21734 | 1754 | 90 | Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http | 2024-10-05 13:49:40 |
| [mux](https://github.com/gorilla/mux) | 20727 | 1844 | 24 | 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) | 18284 | 981 | 69 | lightweight, idiomatic and composable router for building Go HTTP services | 2024-09-26 17:44:06 |
| [httprouter](https://github.com/julienschmidt/httprouter) | 16569 | 1467 | 81 | A high performance HTTP request router that scales well | 2024-01-30 10:56:56 |
| [revel](https://github.com/revel/revel) | 13147 | 1386 | 100 | A high productivity, full-stack web framework for the Go language. | 2022-04-12 20:53:30 |
| [micro](https://github.com/micro/micro) | 12115 | 1048 | 1 | An API first development platform | 2024-09-17 08:17:45 |
| [martini](https://github.com/go-martini/martini) | 11637 | 1103 | 15 | ⚠️ No longer maintained ⚠️ Classy web framework for Go | 2017-01-21 21:58:54 |
| [gf](https://github.com/gogf/gf) | 11531 | 1576 | 100 | GoFrame is a modular, powerful, high-performance and enterprise-class application development framework of Golang. | 2024-10-05 04:25:43 |
| [go-swagger](https://github.com/go-swagger/go-swagger) | 9493 | 1249 | 592 | Swagger 2.0 implementation for go | 2024-09-27 16:28:57 |
| [buffalo](https://github.com/gobuffalo/buffalo) | 8079 | 575 | 24 | Rapid Web Development w/ Go | 2023-01-26 15:34:17 |
| [encore](https://github.com/encoredev/encore) | 6956 | 302 | 64 | Development Platform for building robust type-safe distributed systems with declarative infrastructure | 2024-10-03 08:13:12 |
| [kitex](https://github.com/cloudwego/kitex) | 6955 | 807 | 67 | Go RPC framework with high-performance and strong-extensibility for building micro-services. | 2024-09-27 05:50:20 |
| [ponzu](https://github.com/ponzu-cms/ponzu) | 5687 | 386 | 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 |
| [goa](https://github.com/goadesign/goa) | 5656 | 557 | 13 | 🌟 Goa: Elevate Go API development! 🚀 Streamlined design, automatic code generation, and seamless HTTP/gRPC support. ✨ | 2024-09-23 02:18:21 |
| [hertz](https://github.com/cloudwego/hertz) | 5230 | 508 | 66 | Go HTTP framework with high-performance and strong-extensibility for building micro-services. | 2024-09-06 06:15:14 |
| [go-restful](https://github.com/emicklei/go-restful) | 5032 | 689 | 3 | package for building REST-style Web Services using Go | 2024-09-26 09:02:42 |
| [gizmo](https://github.com/nytimes/gizmo) | 3763 | 224 | 33 | A Microservice Toolkit from The New York Times | 2021-04-30 15:27:05 |
| [go-json-rest](https://github.com/ant0ine/go-json-rest) | 3514 | 382 | 47 | A quick and easy way to setup a RESTful JSON API | 2017-09-13 04:12:08 |
| [macaron](https://github.com/go-macaron/macaron) | 3502 | 284 | 7 | Package macaron is a high productive and modular web framework in Go. | 2024-09-09 01:15:31 |
| [armor](https://github.com/labstack/armor) | 1664 | 64 | 21 | Uncomplicated, modern HTTP server | 2019-08-03 18:10:09 |
| [goyave](https://github.com/go-goyave/goyave) | 1611 | 67 | 9 | 🍐 The enterprise REST API framework | 2024-09-27 11:25:16 |
| [web](https://github.com/gocraft/web) | 1510 | 124 | 24 | Go Router + Middleware. Your Contexts. | 2019-02-07 15:06:52 |
| [dotweb](https://github.com/devfeel/dotweb) | 1388 | 180 | 20 | Simple and easy go web micro framework | 2023-12-13 02:13:17 |
| [rest-layer](https://github.com/rs/rest-layer) | 1256 | 114 | 36 | REST Layer, Go (golang) REST API framework | 2021-09-30 23:58:01 |
| [goji](https://github.com/goji/goji) | 966 | 72 | 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) | 941 | 32 | 3 | 🚀‏‏‎ ‎‏‏‎‏‏‎‎‎‎‎‎Copper is a Go toolkit complete with everything you need to build web apps. | 2024-06-04 14:59:15 |
| [tango](https://github.com/lunny/tango) | 832 | 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) | 755 | 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) | 691 | 33 | 19 | A secure, flexible, rapid Go web framework | 2020-09-02 02:31:20 |
| [yoyogo](https://github.com/yoyofx/yoyogo) | 586 | 43 | 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) | 520 | 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) | 454 | 53 | 32 | Flamingo Framework and Core Library. Flamingo is a go based framework to build pluggable applications. Focus is on clean architecture, maintainability and operation readiness. | 2024-09-30 08:55:11 |
| [neo](https://github.com/ivpusic/neo) | 419 | 43 | 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/bnkamalesh/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-04-21 18:28:25 |
| [aegis](https://github.com/tmaiaroto/aegis) | 284 | 16 | 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: 2024-10-06T01:10:26Z*