# go-web-framework-stars **Repository Path**: JasonMetal/go-web-framework-stars ## Basic Information - **Project Name**: go-web-framework-stars - **Description**: :star: Web frameworks for Go, most starred on GitHub - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-09 - **Last Updated**: 2021-10-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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) | 51313 | 5818 | 431 | 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. | 2021-09-08 03:30:55 | | [beego](https://github.com/beego/beego) | 26937 | 5301 | 19 | beego is an open-source, high-performance web framework for the Go programming language. | 2021-09-07 02:45:55 | | [kit](https://github.com/go-kit/kit) | 21198 | 2174 | 48 | A standard library for microservices. | 2021-08-19 21:17:10 | | [echo](https://github.com/labstack/echo) | 20639 | 1834 | 63 | High performance, minimalist Go web framework | 2021-08-22 17:25:09 | | [fasthttp](https://github.com/valyala/fasthttp) | 15954 | 1319 | 40 | Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http | 2021-09-11 10:05:40 | | [fiber](https://github.com/gofiber/fiber) | 15125 | 747 | 32 | ⚑️ Express inspired web framework written in Go | 2021-09-09 06:11:26 | | [mux](https://github.com/gorilla/mux) | 15076 | 1406 | 21 | A powerful HTTP router and URL matcher for building Go web servers with 🦍 | 2020-09-12 19:20:56 | | [kratos](https://github.com/go-kratos/kratos) | 14717 | 2965 | 31 | A Go framework for microservices. | 2021-09-11 17:07:44 | | [httprouter](https://github.com/julienschmidt/httprouter) | 13137 | 1273 | 62 | A high performance HTTP request router that scales well | 2020-09-21 13:50:23 | | [revel](https://github.com/revel/revel) | 12385 | 1399 | 102 | A high productivity, full-stack web framework for the Go language. | 2020-07-12 05:57:36 | | [martini](https://github.com/go-martini/martini) | 11316 | 1128 | 13 | ⚠️ No longer maintained ⚠️ Classy web framework for Go | 2017-01-21 21:58:54 | | [go-zero](https://github.com/tal-tech/go-zero) | 10801 | 1332 | 30 | go-zero is a web and rpc framework written in Go. It's born to ensure the stability of the busy sites with resilient design. Builtin goctl greatly improves the development productivity. | 2021-09-11 13:28:47 | | [micro](https://github.com/micro/micro) | 10359 | 917 | 84 | Micro is a cloud operating system | 2021-09-10 13:25:48 | | [chi](https://github.com/go-chi/chi) | 10062 | 681 | 27 | lightweight, idiomatic and composable router for building Go HTTP services | 2021-08-30 17:31:12 | | [go-swagger](https://github.com/go-swagger/go-swagger) | 6771 | 1031 | 483 | Swagger 2.0 implementation for go | 2021-08-23 06:50:08 | | [buffalo](https://github.com/gobuffalo/buffalo) | 6371 | 492 | 30 | Rapid Web Development w/ Go | 2021-09-01 16:15:57 | | [gf](https://github.com/gogf/gf) | 6017 | 849 | 239 | GoFrame is a modular, powerful, high-performance and enterprise-class application development framework of Golang. | 2021-09-03 02:54:03 | | [ponzu](https://github.com/ponzu-cms/ponzu) | 5302 | 392 | 29 | 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) | 4373 | 459 | 42 | Design-based APIs and microservices in Go | 2021-09-09 17:40:09 | | [go-restful](https://github.com/emicklei/go-restful) | 4237 | 631 | 5 | package for building REST-style Web Services using Go | 2021-08-29 10:50:39 | | [gizmo](https://github.com/nytimes/gizmo) | 3503 | 228 | 28 | A Microservice Toolkit from The New York Times | 2021-04-30 15:27:05 | | [go-json-rest](https://github.com/ant0ine/go-json-rest) | 3479 | 385 | 49 | A quick and easy way to setup a RESTful JSON API | 2017-09-13 04:12:08 | | [macaron](https://github.com/go-macaron/macaron) | 3202 | 283 | 8 | Package macaron is a high productive and modular web framework in Go. | 2020-11-13 12:00:30 | | [armor](https://github.com/labstack/armor) | 1627 | 68 | 21 | Uncomplicated, modern HTTP server | 2019-08-03 18:10:09 | | [web](https://github.com/gocraft/web) | 1446 | 121 | 23 | Go Router + Middleware. Your Contexts. | 2019-02-07 15:06:52 | | [dotweb](https://github.com/devfeel/dotweb) | 1356 | 179 | 18 | Simple and easy go web micro framework | 2021-04-20 05:49:58 | | [rest-layer](https://github.com/rs/rest-layer) | 1100 | 96 | 34 | REST Layer, Go (golang) REST API framework | 2019-12-05 10:17:11 | | [goyave](https://github.com/go-goyave/goyave) | 889 | 41 | 5 | 🍐 Elegant Golang REST API Framework | 2021-08-17 15:13:53 | | [goji](https://github.com/goji/goji) | 873 | 62 | 6 | Goji is a minimalistic and flexible HTTP request multiplexer for Go (golang) | 2019-01-26 23:58:29 | | [tango](https://github.com/lunny/tango) | 834 | 106 | 9 | This is only a mirror and Moved to https://gitea.com/lunny/tango | 2019-05-17 03:31:10 | | [aah](https://github.com/go-aah/aah) | 653 | 35 | 16 | A secure, flexible, rapid Go web framework | 2020-09-02 02:31:20 | | [gearbox](https://github.com/gogearbox/gearbox) | 548 | 40 | 2 | Gearbox :gear: is a web framework written in Go with a focus on high performance | 2021-08-18 11:09:25 | | [traffic](https://github.com/gravityblast/traffic) | 515 | 33 | 1 | Sinatra inspired regexp/pattern mux and web framework for Go [NOT MAINTAINED] | 2015-11-26 21:31:07 | | [yoyogo](https://github.com/yoyofx/yoyogo) | 460 | 23 | 3 | πŸ¦„πŸŒˆ YoyoGo is a simple, light and fast , dependency injection based micro-service framework written in Go. Support Nacos ,Consoul ,Etcd ,Eureka ,kubernetes. | 2021-08-27 07:46:00 | | [neo](https://github.com/ivpusic/neo) | 412 | 40 | 6 | Go Web Framework | 2017-08-14 23:54:31 | | [gramework](https://github.com/gramework/gramework) | 366 | 39 | 17 | Fast and Reliable Golang Web Framework | 2020-01-21 17:51:59 | | [aegis](https://github.com/tmaiaroto/aegis) | 279 | 15 | 8 | Serverless Golang deploy tool and framework for AWS Lambda | 2019-07-28 17:59:41 | | [webgo](https://github.com/bnkamalesh/webgo) | 185 | 19 | 5 | A minimal framework to build web apps; with handler chaining, middleware support; and most of all standard library compliant HTTP handlers(i.e. http.HandlerFunc). | 2021-09-07 05:38:08 | | [gorouter](https://github.com/vardius/gorouter) | 99 | 14 | 4 | Go Server/API micro framework, HTTP request router, multiplexer, mux | 2021-06-26 05:21:58 | | [copper](https://github.com/gocopper/copper) | 35 | 3 | 0 | πŸš€β€β€β€Ž β€Žβ€β€β€Žβ€β€β€Žβ€Žβ€Žβ€Žβ€Žβ€ŽCopper is a Go toolkit complete with everything you need to build web apps. | 2021-09-07 02:19:14 | | [gorest](https://github.com/tideland/gorest) | 32 | 4 | 3 | RESTful Server Systems [DEPRECATED] | 2017-11-10 13:00:37 | *Last Automatic Update: 2021-09-12T00:38:13Z*