forked from grpc/grpc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (47 loc) · 2.91 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
layout: landing
title: grpc.io
---
<div id="landing-content" class="container landing-content-container">
<div class="row" >
<div class="col-md-11 nofloat center-block landing-row">
<h3 class="col-sm-7 landing-row-title">Simple service definition</h3>
<p class="col-sm-7">Define your service using Protocol Buffers, a powerful binary serialization toolset and language</p>
<div class="col-sm-7">
<a href="{{ site.baseurl }}/docs/guides/concepts.html#service-definition"><button class="btn btn-grpc waves-effect waves-light btn-read-more">READ MORE</button></a>
</div>
<img class="col-sm-5 nofloat landing-image" src="{{ site.baseurl }}/img/landing-1.svg" alt="Microservices">
</div>
</div>
<div class="row" >
<div class="col-md-11 nofloat center-block landing-row">
<img class="col-sm-5 landing-image" src="{{ site.baseurl }}/img/landing-2.svg" alt="Mobile">
<h3 class="col-sm-7 landing-row-title">Works across languages and platforms</h3>
<p class="col-sm-7">Automatically generate idiomatic client and server stubs for your service in a variety of languages and platforms</p>
<div class="col-sm-7">
<a href="{{ site.baseurl }}/about#osp"><button class="btn btn-grpc waves-effect waves-light btn-read-more">READ MORE</button></a>
</div>
</div>
</div>
<div class="row" >
<div class="col-md-11 nofloat center-block landing-row">
<h3 class="col-sm-7 landing-row-title">Start quickly and scale</h3>
<p class="col-sm-7">Install runtime and dev environments with a single line and also scale to millions of RPCs per second with the framework</p>
<div class="col-sm-7">
<a href="{{ site.baseurl }}/docs/quickstart"><button class="btn btn-grpc waves-effect waves-light btn-read-more">READ MORE</button></a>
</div>
<img class="col-sm-5 nofloat landing-image" src="{{ site.baseurl }}/img/landing-3.svg" alt="Web">
</div>
</div>
<div class="row" >
<div class="col-md-11 nofloat center-block landing-row">
<img class="col-sm-5 landing-image" src="{{ site.baseurl }}/img/landing-4.svg" alt="Efficient Apis">
<h3 class="col-sm-7 landing-row-title">Bi-directional streaming and integrated auth</h3>
<p class="col-sm-7">Bi-directional streaming and fully integrated pluggable authentication with http/2 based transport</p>
<div class="col-sm-7 col-sm-offset-5 col-sm-offset-0">
<a href="{{ site.baseurl }}/docs/guides/auth.html"><button class="btn btn-grpc waves-effect waves-light btn-read-more">READ MORE</button></a>
</div>
</div>
</div>
<button class="btn btn-floating waves-effect down-caret down-caret" data-target="doc-call"><div class="icon-caret"></div></button>
</div>