Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding go-api-boot to web frameworks #5319

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2964,6 +2964,7 @@ _Full stack web frameworks._
- [WebGo](https://github.com/bnkamalesh/webgo) - A micro-framework to build web apps; with handler chaining, middleware and context injection. With standard library compliant HTTP handlers(i.e. http.HandlerFunc).
- [YARF](https://github.com/yarf-framework/yarf) - Fast micro-framework designed to build REST APIs and web services in a fast and simple way.
- [Yokai](https://github.com/ankorstore/yokai) - Simple, modular, and observable Go framework for backend applications.
- [go-api-boot](https://github.com/SaiNageswarS/go-api-boot) - A gRpc first micro-service framework with ODM support for Mongo, support for AWS/Azure/Google cloud resources and automatic dependency injection wiring using Google Wire via the go-api-boot CLI. Further, grpc-web is supported out of box without any additional need of proxy and all gRpc APIs can be accessed from browser.
SaiNageswarS marked this conversation as resolved.
Show resolved Hide resolved

**[⬆ back to top](#contents)**

Expand Down
Loading