grpc-demo
grpc-demo copied to clipboard
introduces using grpc about encryption、stream、oneof、interceptor、loadbalance demo
grpc-demo introduces using grpc
1.Introduction grpc
2.Simple demo of grpc
3.Using OpenSSL encryption of grpc transport
4.How to using protobuf oneof
5.How to using client-stream and service-stream
6.Add client and server interceptor
7.How to using NameResovler
8.How to using RoundRobinLoadBalancer
9.Using grpc proxy
Introduction grpc
gRPC is a modern open source high performance RPC framework that can run in any environment. It can efficiently co nnect services in and across data centers with pluggable support for load balancing, tracing, health checking and authentication. It is also applicable in last mile of distributed computing to connect devices, mobile applications and browsers to backend services.
Learning materials
grpc-learning thanks @skyao