-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathindex.html
73 lines (65 loc) · 3.18 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
layout: default
---
<div class="header-container jumbotron">
<div class="container">
<img class="logo" src="{{ site.baseurl }}/img/logo-homepage.svg">
<p>The future of Node.js REST development</p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-3"> </div>
<div class="col-md-6" style="text-align: center;">
<h2 class="header-light regular-pad">Meet restify</h2>
<p style="text-align: justify">
A Node.js web service framework optimized for building semantically correct RESTful web services ready for production use at scale. restify optimizes for introspection and performance, and is used in some of the largest Node.js deployments on Earth.
</p>
</div>
<div class="col-md-3"> </div>
</div>
<hr>
<div class="row impact">
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-line-chart" aria-hidden="true"></i></h1>
<h3 class="text-center">Production Ready</h3>
<p>restify is used by some of the industry's most respected companies to power some of the largest deployments of Node.js on planet Earth.</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-search" aria-hidden="true"></i></h1>
<h3 class="text-center">Debuggable</h3>
<p>Running at scale requires the ability to trace problems back to their origin by separating noise from signal. restify is built from the ground up with post-mortem debugging in mind.
<p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-hand-spock-o" aria-hidden="true"></i></h1>
<h3 class="text-center">Semantically Correct</h3>
<p>Staying true to the spec is one of the foremost goals of the project. You will see references to RFCs littered throughout GitHub issues and the codebase.</p>
</div>
</div>
<hr>
<div class="row" style="text-align: center;">
<h3 class="header-light regular-pad">Who Uses restify?</h2>
</div>
<div class="row logos">
<div class="col-sm-2 col-xs-4 col-sm-offset-1">
<img src="{{ site.baseurl }}/img/npm.svg" alt="" class="img-responsive">
</div>
<div class="col-sm-2 col-xs-4">
<img src="{{ site.baseurl }}/img/netflix.png" alt="" class="img-responsive">
</div>
<div class="col-sm-2 col-xs-4">
<img src="{{ site.baseurl }}/img/joyent.svg" alt="" class="img-responsive">
</div>
<div class="col-sm-2 col-xs-4 col-sm-offset-0 col-xs-offset-2">
<img src="{{ site.baseurl }}/img/pinterest.png" alt="" class="img-responsive">
</div>
<div class="col-sm-2 col-xs-4">
<img src="{{ site.baseurl }}/img/napster.png" alt="" class="img-responsive">
</div>
</div>
<div class="row" style="text-align: center;">
<h5 class="header-light regular-pad">Migrating from 6.x to 7.x? <a href="./docs/6to7/">Go here!</a></h5>
<h5 class="header-light regular-pad">Migrating from 4.x to 5.x? <a href="./docs/4to5/">Go here!</a></h5>
</div>
</div>