rk-boot
rk-boot copied to clipboard
Support more RPC framework
Is your feature request related to a problem? Please describe. Currently, rk-boot support gRPC and Gin RPC framework. More needs to be supported.
Describe the solution you'd like Support bellow popular frameworks.
- Beego (Ali)
- Echo
- Go kit
- Fast http
- Mux
- HttpRouter
- TarsGo (Tencent)
- brpc (Baidu)
Please support GoFrame https://github.com/gogf/gf
@wwek
GoFrame looks like a great framework, we will plan to add it into rk-boot.
Thanks for your suggestion.
Please support go-zero https://github.com/zeromicro/go-zero
@1005281342
Another great web framework, we will plan to add it into rk-boot family.
Thanks for your suggestion.
Current status of supported web framework:
- gRPC ( Stable )
- Gin ( Stable )
- Echo ( Stable )
- GoFrame ( Prerelease )
- go-zero ( Testing )
- Fiber ( Testing )
- Go kit ( Planning )
- Fast http ( Planning )
- Mux ( Planning )
- HttpRouter ( Planning )
- Beego ( Planning )
- TarsGo ( Planning )
- brpc ( Planning )
Current status of supported web framework:
- gRPC ( Stable )
- Gin ( Stable )
- Echo ( Stable )
- GoFrame ( Prerelease )
- go-zero ( Testing )
- Fiber ( Testing )
- Mux ( Testing )
- Fast http ( Planning )
- Beego ( Planning )
- TarsGo ( Planning )
kratos
微服务框架,由bilibili开源,希望可以支持 https://github.com/go-kratos/kratos
@1005281342
Great web framework, I will do some research and plan to add it into rk-boot family.
Thanks for your suggestion.