What is gRPC

gRPC is a modern open source high performance RPC framework that can run in any environment. It can efficiently connect 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.

Quick Start

详见:https://grpc.io/docs/languages/cpp/quickstart/

Demo

Reference

  1. gRPC github
  2. gRPC doc