grpc.io/content/en/_index.md

2.1 KiB

title features
gRPC
title description icon
Simple service definition Define your service using Protocol Buffers, a powerful binary serialization toolset and language feature-1.svg
title description 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 feature-2.svg
title description icon
Works across languages and platforms Automatically generate idiomatic client and server stubs for your service in a variety of languages and platforms feature-3.svg
title description icon
Bi-directional streaming and integrated auth Bi-directional streaming and fully integrated pluggable authentication with HTTP/2-based transport feature-4.svg

{{< blocks/cover image_anchor="top" height="max" color="primary" >}}

A high performance, open source universal RPC framework

Learn more
Get started!
  • [Go]({{< relref "/docs/languages/go/quickstart" >}})
  • [C++]({{< relref "/docs/languages/cpp/quickstart" >}})
  • [Java]({{< relref "/docs/languages/java/quickstart" >}})
  • [Python]({{< relref "/docs/languages/python/quickstart" >}})
  • []({{< relref "languages" >}})
{{< /blocks/cover >}}

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.

{{< home/features >}} {{< home/used-by >}} {{< home/cncf >}}