grpc.io/content/_index.html

89 lines
2.8 KiB
HTML

---
---
<div class="section2">
<a name="arrow"><h1>Why gRPC?</h1></a>
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.
</div>
<div class="cols" >
<div class="col1">
<div class="colpart1">
<img class="col1image" src="img/grpc-newicon-1.svg" style="padding:2%;display:block">
<div class="coltext1">
<h6>Simple service definition</h6>
Define your service using Protocol Buffers, a powerful binary serialization toolset and language
</div>
</div>
<div class="colpart2">
<img class="col1image" src="img/grpc-newicon-2.svg" style="padding:2%;display:block">
<div class="coltext1">
<h6>Start quickly and scale</h6>Install runtime and dev environments with a single line and also scale to millions of RPCs per second with the framework
</div>
</div>
</div>
<div class="col2">
<div class="colpart1">
<img class="col1image" src="img/grpc-newicon-3.svg" style="padding:2%;display:block">
<div class="coltext1">
<h6>Works across languages and platforms</h6>Automatically generate idiomatic client and server stubs for your service in a variety of languages and platforms</div>
</div>
<div class="colpart2">
<img class="col1image" src="img/grpc-newicon-4.svg" style="padding:2%;display:block">
<div class="coltext1">
<h6>Bi-directional streaming and integrated auth</h6>Bi-directional streaming and fully integrated pluggable authentication with http/2 based transport
</div>
</div>
</div></div>
<div class="section3">
<h1>Used By</h1>
<div class="companybox">
<img src="img/square.png">
</div>
<div class="companybox">
<img src="img/netflix.png">
</div>
<div class="companybox">
<img src="img/coreos.png">
</div>
<div class="companybox">
<img src="img/cockroach-labs.png">
</div>
<div class="companybox">
<img src="img/wisconsin.png">
</div>
<div class="companybox">
<img src="img/carbon.png">
</div>
<div class="companybox">
<img src="img/cisco.png">
</div>
<div class="companybox" style="margin-right:0% !important">
<img src="img/juniper.png">
</div>
</div>
<div class="section4">
<h1 style="color:white">Want to Learn More?</h1>
Get started by learning concepts and doing our hello world quickstart in language of your choice. <br>
<div class="button" style="margin-top:3%">
<a href="docs/guides/concepts/"><button>GET STARTED</button></a>
</div>
</div>