🏳️gRPC

Website favicongrpc.io

A high performance, open source universal RPC …

A high performance, open source universal RPC framework

-------------------------------------------------------

[Learn more](/docs/what-is-grpc/introduction)

Get started!

*   [Go](/docs/languages/go/quickstart/)

*   [C++](/docs/languages/cpp/quickstart/)

*   [Java](/docs/languages/java/quickstart/)

*   [Python](/docs/languages/python/quickstart/)

*   [](/docs/languages/)

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

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

### 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

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

### Bi-directional streaming and integrated auth

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

Used by

-------

[](https://youtu.be/-2sWDr3Z0Wo)

[](https://github.com/Netflix/ribbon)

[](https://www.cockroachlabs.com/blog/a-tale-of-two-ports/)

[](https://github.com/CiscoDevNet/grpc-getting-started)

[](https://forums.juniper.net/t5/Automation/OpenConfig-and-gRPC-Junos-Telemetry-Interface/ta-p/316090)

#### gRPC is a [CNCF](https://cncf.io) incubation project