forked from loopbackio/loopback.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
194 lines (188 loc) · 8.96 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
---
layout: overview
title: Node.js framework
item: index
---
<!-- <body class="l-page-index -index js-body"> -->
<!-- Google Tag Manager -->
<!-- top.html include ends here -->
<main class="c-content">
<section class="c-section">
<div class="c-container -padded">
<div class="c-grid" >
<div class="_col -col-1-2">
<h1 class="c-heading -h2">About</h1>
</div>
</div>
<div class="c-grid" style="margin-top: 20px;" >
<div class="_col -col-3-5">
<p>LoopBack is a highly-extensible, open-source Node.js framework</p>
</div>
<div class="_col -col-2-5" >
<a href="/resources#compare" class="c-button" style="float:right; ">Compare with other frameworks</a>
</div>
</div>
<div class="c-grid">
<div class="_col -col-1-9"></div>
<div class="_col -col-3-4" style="padding: 0 20px 0 20px; margin: 20px 10px 20px 10px; border: 1px solid #d6d6d6; border-radius: 3px; background-color: #404040;">
<p><a href="https://github.com/strongloop/loopback/">IBM and the StrongLoop team are committed to maintaining and
improving the LoopBack open-source project!</a></p>
<p>
<b>Building on LoopBack's success as an open-source Node.js framework,
<a href="https://developer.ibm.com/apiconnect">IBM API Connect</a></b> provides the newest tools to use with LoopBack projects.
It includes a graphical tool with many of the API composition features of StrongLoop Arc, plus assembly and testing of API Gateway
policies using the local Micro Gateway. Some features are still available only in Arc but these will be added to API Connect in the
next few months.
<p>API Connect also provides its own command-line tool, integrated with API management and gateway features.
A free version of API Connect especially for developers is available called <b>API Connect Essentials</b>.</p>
<p>
For more information, see <a href="https://developer.ibm.com/apiconnect/getting-started/">API Connect - Getting Started</a>.</p>
</p>
</div>
<div class="_col -col-1-9"></div>
</div>
<div class="c-grid">
<div class="_col -col-2-3">
<ul class="fa-ul">
<li><i class="fa-li fa fa-check"></i> <a href="#core">Quickly create dynamic end-to-end REST APIs</a>.</li>
<li><i class="fa-li fa fa-check"></i> <a href="#juggler">Connect devices and browsers</a> to data and services.</li>
<li><i class="fa-li fa fa-check"></i> Use <a href="#sdks">Android, iOS, and AngularJS SDKs</a> to easily create client apps.</li>
<li><i class="fa-li fa fa-check"></i> <a href="#components">Add-on components</a> for file management, 3rd-party login, and OAuth2.</li>
<li><i class="fa-li fa fa-check"></i> Runs on-premises or in the cloud</li>
</ul>
</div>
<div class="_col -col-1-3 x-flex-e"><img src="/images/overview/comb.svg" class="c-fleximg -pull-down -last"/></div>
</div>
</div>
</section>
<section class="c-section x-greylight">
<div class="c-container -padded">
<h2 class="c-heading -h3">Check out who's using LoopBack!</h2>
<div class="c-grid -end-v">
<div class="_col -col-3-4">
<a href="/users"><img src="images/overview/logo-collage.jpg" alt="Customers" class="c-fleximg x-last"></a>
</div>
<div class="_col -col-1-4">
<a href="/resources#users" class="c-button -lg">View More</a>
</div>
</div>
</div>
</section>
<section class="c-section">
<a name="core"></a>
<div class="c-container -padded">
<h2 class="c-heading -h3">Core</h2>
<div class="c-grid">
<div class="_col -col-1-2">
<h3 class="c-heading -h5">Set up models and create REST APIs in minutes</h3>
<ul>
<li>Easy-to-use CLI wizard</li>
<li>Create models based on your schema if you have one</li>
<li>Create dynamic models if you don't</li>
<li>Built-in API Explorer</li>
</ul>
<h3 class="c-heading -h5">Model relation support</h3>
<ul>
<li>Define hasMany, belongsTo, hasAndBelongsToMany relationships</li>
<li>Automatically generates corresponding relational REST endpoints</li>
</ul>
</div>
<div class="_col -col-1-2">
<h3 class="c-heading -h5">Easy authentication and authorization setup</h3>
<ul>
<li>Built-in role-based access controls</li>
<li>oAuth user and registration models baked in</li>
<li>Add custom policies using CLI or JSON</li>
<li>Browser support (JSONP and CORS)</li>
</ul>
<h3 class="c-heading -h5">MIT Open-Source license</h3>
<ul>
<li>Dual Licensed: MIT open-source license or StrongLoop license</li>
</ul>
</div>
<br/><a name="flow-diagram"></a>
<div class="_col -col-1-1" style="margin-top: 10px;">
<img src="/images/overview/loopback-flow.png" class="x-img-span border-img"/>
</div>
</div>
</div>
</section>
<section class="c-section x-greylight">
<a name="juggler"></a>
<div class="c-container -padded">
<h2 class="c-heading -h3">Juggler</h2>
<div class="c-grid">
<div class="_col -col-1-2">
<h3 class="c-heading -h5">Connect to backend data stores</h3>
<ul>
<li>MySQL, Oracle, MongoDB, Postgres and others</li>
<li>Other REST services</li>
<li>Discovery APIs for Oracle, MySQL, PostgreSQL and SQL Server</li>
</ul>
</div>
<div class="_col -col-1-2">
<h3 class="c-heading -h5">Run Ad-hoc queries</h3>
<ul>
<li>Run dynamic queries on devices, browsers and the server</li>
<li>Support for NoSQL-style queries against relational databases</li>
</ul>
</div>
</div>
</div>
</section>
<section class="c-section">
<a name="sdks"></a>
<div class="c-container -padded">
<div class="c-grid">
<div class="_col -col-1-2 x-flex-e x-flex-order-2"><img src="/images/overview/sdk.svg" class="c-fleximg -pull-down"/></div>
<div class="_col -col-1-2 x-flex-order-1">
<h2 class="c-heading -h3">Client SDKs</h2>
<h3 class="c-heading -h5">Native Mobile and Browser SDKs</h3>
<ul>
<li>Easily persist data with a database API on the client</li>
<li>Android / Java</li>
<li>iOS</li>
<li>Browser JavaScript (Angular)</li>
</ul>
</div>
</div>
</div>
</section>
<section class="c-section x-greylight">
<a name="components"></a>
<div class="c-container -padded">
<h2 class="c-heading -h3">Add-on components</h2>
<div class="c-grid">
<div class="_col -col-1-2">
<h3 class="c-heading -h5">Third-party login</h3>
<ul>
<li>Use-third party login providers like Facebook, Google, GitHub, etc.</li>
<li>Map inbound and outbound credentials to users</li>
</ul>
</div>
<div class="_col -col-1-2">
<h3 class="c-heading -h5">Storage service</h3>
<ul>
<li>Integrate with cloud storage providers</li>
<li>Organize data in containers and files</li>
</ul>
</div>
</div>
</div>
</section>
<section class="c-section">
<div class="c-container -padded">
<h2 class="c-heading -h3">More information</h2>
<div class="c-grid">
<div class="_col -col-1-2">
<ul>
<li><a href="doc">LoopBack Documentation</a></li>
<li><a href="http://apidocs.strongloop.com/loopback/">API docs</a></li>
<li><a href="http://strongloop.com/strongblog/category/loopback-2/">StrongLoop blog</a></li>
<li><a href="http://strongloop.com/node-js/subscription-plans/">Professional support</a></li>
</ul>
</div>
</div>
</div>
</section>
</main>