From 4660478bf2d8328b9a646a1c589eaf16e72f0534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Mon, 20 Nov 2023 08:41:19 +0100 Subject: [PATCH] Add related to topic "gRPC" --- topics/grpc/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/topics/grpc/index.md b/topics/grpc/index.md index 6bf77c6b774..7ab2d6ffc74 100644 --- a/topics/grpc/index.md +++ b/topics/grpc/index.md @@ -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.