This commit is contained in:
Tomasz Piowczyk 2026-04-09 15:49:51 +02:00 committed by GitHub
commit d84766b481
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3109,6 +3109,7 @@ _Full stack web frameworks._
- [Gin](https://github.com/gin-gonic/gin) - Gin is a web framework written in Go! It features a martini-like API with much better performance, up to 40 times faster. If you need performance and good productivity.
- [Ginrpc](https://github.com/xxjwxc/ginrpc) - Gin parameter automatic binding tool,gin rpc tools.
- [go-api-boot](https://github.com/SaiNageswarS/go-api-boot) - A gRpc-first micro-service framework. Features include ODM support for Mongo, cloud resource support (AWS/Azure/Google), and a fluent dependency injection which is customized for gRpc. Additionally, grpc-web is supported directly, enabling browser access to all gRpc APIs without a proxy.
- [Go-Flow](https://github.com/Prastiwar/Go-Flow) - Backend framework library that provides dependency inversion to most common built backend systems to allow easily modularize our application and change implementation without changing our business logic.
- [Goa](https://github.com/goadesign/goa) - Goa provides a holistic approach for developing remote APIs and microservices in Go.
- [GoFr](https://github.com/gofr-dev/gofr) - Gofr is an opinionated microservice development framework.
- [GoFrame](https://github.com/gogf/gf) - GoFrame is a modular, powerful, high-performance and enterprise-class application development framework of Golang.