Skip to content

Commit

Permalink
Merge pull request #4114 from shaedrich/grpc
Browse files Browse the repository at this point in the history
Add related to topic "gRPC"
  • Loading branch information
kenyonj authored Dec 20, 2023
2 parents 71e1bd5 + 631680a commit 2576e6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion topics/grpc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ short_description: gRPC is a high performance RPC framework.
topic: grpc
url: https://grpc.io/
wikipedia_url: https://en.wikipedia.org/wiki/GRPC
related: rpc, http2, protobuf, capn-proto, json-rpc
---
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.
**gRPC** (**gRPC Remote Procedure Calls**) 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.

0 comments on commit 2576e6d

Please sign in to comment.