clear
Exclusive
Introduction to gRPC
Featured

Introduction to gRPC

gRPC is a modern, high performance Remote Procedure Call (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. Create a basic gRPC server and protoc to generate the protobuf files.