Write out Remote Procedure Call (RPC) in full on first use (#699)

This commit is contained in:
Patrice Chalin 2021-03-05 16:19:25 -05:00 committed by GitHub
parent ff0c8ee029
commit 03aef4dbc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

View File

@ -42,12 +42,12 @@ Learn more
<section class="home--top-section why-grpc">
<h2>Why gRPC?</h2>
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 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.
</section>
{{< home/features >}}

View File

@ -16,12 +16,12 @@ description: Who is using gRPC and why
<div class="row">
<div class="col-12 col-lg-8">
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 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.
### The main usage scenarios