grpc-gateway

https://github.com/grpc-ecosystem/grpc-gateway




https://github.com/rephus/grpc-gateway-example
假定我们有一个项目需求,希望用Rpc作为内部API的通讯,同时也想对外提供Restful Api,写两套又太繁琐不符合



于是我们想到了Grpc以及Grpc Gateway,这就是我们所需要的



https://segmentfault.com/a/1190000013339403?utm_source=tag-newest



https://www.cnblogs.com/embedded-linux/p/12733261.html



https://zhuanlan.zhihu.com/p/29350695



http://dockone.io/article/2836



Category golang