Add rookie-ninja/rk-boot under Web Frameworks

This commit is contained in:
dongxuny 2021-09-09 15:07:05 +08:00 committed by Avelino
parent 307200c4c2
commit 300afef6e4

View File

@ -2292,6 +2292,7 @@ _**Unofficial** set of patterns for structuring projects._
* [REST Layer](http://rest-layer.io) - Framework to build REST/GraphQL API on top of databases with mostly configuration over code.
* [Revel](https://github.com/revel/revel) - High-productivity web framework for the Go language.
* [rex](https://github.com/goanywhere/rex) - Rex is a library for modular development built upon gorilla/mux, fully compatible with `net/http`.
* [rk-boot](https://github.com/rookie-ninja/rk-boot) - A bootstrapper library for building enterprise go microservice with Gin and gRPC quickly and easily.
* [rux](https://github.com/gookit/rux) - Simple and fast web framework for build golang HTTP applications.
* [tango](https://github.com/lunny/tango) - Micro & pluggable web framework for Go.
* [tigertonic](https://github.com/rcrowley/go-tigertonic) - Go framework for building JSON web services inspired by Dropwizard.