For gRPC Conf 2020 session videos, visit the CNCF YouTube channel

A high-performance, open source universal RPC framework


Get started!

Why 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.

Simple service definition feature icon

Simple service definition

Define your service using Protocol Buffers, a powerful binary serialization toolset and language

Start quickly and scale feature icon

Start quickly and scale

Install runtime and dev environments with a single line and also scale to millions of RPCs per second with the framework

Works across languages and platforms feature icon

Works across languages and platforms

Automatically generate idiomatic client and server stubs for your service in a variety of languages and platforms

Bi-directional streaming and integrated auth feature icon

Bi-directional streaming and integrated auth

Bi-directional streaming and fully integrated pluggable authentication with HTTP/2-based transport

Used by



gRPC is a Cloud Native Computing Foundation incubating project