Why gRPC?
gRPC is a modern open source high performance Remote Procedure Call (RPC)framework that can run in any environment. It can efficiently connect servicesin and across data centers with pluggable support for load balancing, tracing,health checking and authentication. It is also applicable in last mile ofdistributed computing to connect devices, mobile applications and browsers tobackend services.
Define your service using Protocol Buffers, a powerful binary serialization toolset and language Install runtime and dev environments with a single line and also scale to millions of RPCs per second with the framework Automatically generate idiomatic client and server stubs for your service in a variety of languages and platforms Bi-directional streaming and fully integrated pluggable authentication with HTTP/2-based transportSimple service definition
Start quickly and scale
Works across languages and platforms
Bi-directional streaming and integrated auth
Used by
gRPC is aCNCF incubation project