# 学习 ## gRPC server ## gRPC client ## gRpc loadbalancing # 参考 * https://improbable.io/blog/grpc-web-moving-past-restjson-towards-type-safe-web-apis * https://github.com/johanbrandhorst/grpcweb-example * https://github.com/improbable-eng/grpc-web * https://grpcweb.jbrandhorst.com/ * [gRPC Load Balancing](https://grpc.io/blog/loadbalancing/) * [Go support for Google's protocol buffers](https://github.com/golang/protobuf) * [gRPC in 3 minutes (Go)](https://github.com/grpc/grpc-go/tree/master/examples) * [使用Golang部署gRPC服务](https://youendless.com/post/grpc/)