This commit is contained in:
noraegeorge 2026-04-09 15:50:06 +02:00 committed by GitHub
commit 223a23cd97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3116,6 +3116,7 @@ _Full stack web frameworks._
- [Gone](https://github.com/gone-io/gone) - A lightweight dependency injection and web framework inspired by Spring.
- [goravel](https://github.com/goravel/goravel) - A Laravel-inspired web framework with ORM, authentication, queue, task scheduling, and more built-in features.
- [Goyave](https://github.com/go-goyave/goyave) - Feature-complete REST API framework aimed at clean code and fast development, with powerful built-in functionalities.
- [go-zero](https://github.com/zeromicro/go-zero) - A web and RPC framework that integrates service discovery, fault tolerance, load shedding, circuit breaking, and code generation for cloud-native Go microservices.
- [Hertz](https://github.com/cloudwego/hertz) - A high-performance and strong-extensibility Go HTTP framework that helps developers build microservices.
- [hiboot](https://github.com/hidevopsio/hiboot) - hiboot is a high performance web application framework with auto configuration and dependency injection support.
- [Huma](https://github.com/danielgtaylor/huma/) - Framework for modern REST/GraphQL APIs with built-in OpenAPI 3, generated documentation, and a CLI.