mirror of https://github.com/grpc/grpc.io.git
Write out Remote Procedure Call (RPC) in full on first use (#699)
This commit is contained in:
parent
ff0c8ee029
commit
03aef4dbc4
|
|
@ -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 >}}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue