-
Notifications
You must be signed in to change notification settings - Fork 385
/
Copy pathindex.html
476 lines (449 loc) · 22.6 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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<title>LoopBack</title>
<!-- Bootstrap core CSS -->
<link href="dist/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans" rel="stylesheet">
<link href="css/loopback.css" rel="stylesheet">
<!-- Site Analytics -->
<script type="text/javascript">
/* Define digital data object based on _appInfo object */
window.digitalData = {
page: {
category: {
primaryCategory: 'IBM_Cloud_GlobalMarketing',
},
pageInfo: {
ibm: {
siteID: 'Cloud',
}
},
}
};
</script>
<script src="//1.www.s81c.com/common/stats/ida_stats.js" type="text/javascript"></script>
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top">
<a class="navbar-brand" href="#">
<img src="images/global/loopback-full-logo-blue.svg" width=150px>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="getting-started.html">Getting Started</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/doc/en/lb4">Docs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contribute.html">Contribute</a>
</li>
<li class="nav-item">
<a class="nav-link" href="resources.html">Resources</a>
</li>
<li class="nav-item">
<a class="nav-link" href="openapi-to-graphql.html">GraphQL</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://strongloop.com/strongblog/tag_LoopBack.html" target="_blank">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://ibm.biz/apitest" target="_blank">Test Your APIs</a>
</li>
</ul>
</div>
</nav>
<!-- Header -->
<div class="masthead">
<div class="container-fluid"></div>
<br>
<br>
<h1>LoopBack 4: Build Amazing APIs</h1>
<h5>LoopBack 4 is the next step in the evolution of LoopBack.</h5>
<img class="main-logo" src="images/global/loopback-mark-frame-white.svg"></img>
<br>
<br>
<div class="row text-center">
<div class="col-md-4">
</div>
<div class="col-md-4">
<div class="btn btn-main" role="button" href="getting-started.html">
<a class="main-btn-link" href="index.html"><h5>
<p class="main-btn-text">LoopBack 4</p>
<p class="main-btn-text2">(Active)</p>
</h5></a>
<a class="github-button" href="https://github.com/strongloop/loopback-next" data-icon="octicon-star" data-show-count="true"
aria-label="Star strongloop/loopback-next on GitHub">Star</a>
</div>
<div class="btn btn-main" role="button">
<a class="main-btn-link" href="/lb3"><h5>
<p class="main-btn-text">LoopBack 3</p>
<p class="main-btn-text2">(LTS)</p>
</h5></a>
<a class="github-button" href="https://github.com/strongloop/loopback" data-icon="octicon-star" data-show-count="true"
aria-label="Star strongloop/loopback on GitHub">Star</a>
</div>
</div>
<div class="col-md-4">
</div>
</div>
</div>
<!-- Feature section -->
<section id="features">
<!-- new core subsection -->
<div class="container">
<div class="row text-center">
<div class="col-md-6">
<h3 class="feature-heading">A Brand New Core</h3>
<p class="p large">A brand new LoopBack core to deliver great extensibility and flexibility written in TypeScript/ES2017.</p>
</div>
<div class="col-md-6">
<img src="images/homepage/core-illustration-2x.png" />
</div>
</div>
</div>
<!-- Open API subsection -->
<div class="container">
<div class="row text-center">
<div class="col-md-6">
<img src="images/homepage/openAPI-illustration-2x.png" />
</div>
<div class="col-md-6" style="align-content: right">
<h3 class="feature-heading">OpenAPI Spec Driven REST API</h3>
<p class="p large">Create powerful APIs easily with a new creation experience for defining REST API's and handling API requests/responses.
</p>
</div>
</div>
</div>
<!-- Extensibility subsection-->
<div class="container">
<div class="row text-center">
<div class="col-md-6">
<h3 class="feature-heading">Unbelievably Extensible</h4>
<p class="p large">A new, improved programming model with Dependency Injection and new concepts such as Components,
Mixins, Repositories, etc. make this the most extensible version yet.
</p>
</div>
<div class="col-md-6">
<img src="images/homepage/extensibile-illustration-2x.png" />
</div>
</div>
</div>
<!-- OpenAPI-to-GraphQL subsection -->
<div class="container">
<div class="row text-center">
<div class="col-md-6">
<img src="images/homepage/conveyorbelt-2x.png" />
</div>
<div class="col-md-6" style="align-content: right">
<h3 class="feature-heading">GraphQL Support</h3>
<p class="p large">Using OpenAPI-to-GraphQL, create a GraphQL interface for any REST API. <a href="openapi-to-graphql.html">Learn more...</a>
</p>
</div>
</div>
</div>
</section>
<!-- How can we help -->
<section id="how-can-we-help">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h3 class="section-heading">How Can We Help?</h3>
<p>We've curated resources to help you get started faster with LoopBack 4.</p>
<p style="height:36px"></p>
</div>
</div>
<div class="row text-center" style="justify-content: center">
<a class="col-lg-4 card" href="/doc">
<h5 class="card-title">Documentation</h5>
<p class="regular text-gray">Code with confidence by learning more about LoopBack 4 through our documentation.</p>
</a>
<a class="col-lg-4 card" href="https://strongloop.com/strongblog/tag_LoopBack.html" target="_blank">
<h5 class="card-title">Stay in the Loop</h5>
<p class="regular text-gray">Check out our LoopBack 4 blog posts that feature the latest news and updates.</p>
</a>
<a class="col-lg-4 card" href="https://github.com/strongloop/loopback-next" target="_blank">
<h5 class="card-title">Contribute to the development</h5>
<p class="regular text-gray">Shape the future of LoopBack 4 to be more meaningful for our API creation experience.</p>
</a>
</div>
</div>
</section>
<!-- Who's using LoopBack -->
<section id="who-using-lb">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h3 class="section-heading">Who's using LoopBack?</h3>
<p style="height:64px"></p>
</div>
</div>
<div class="row text-center" style="justify-content: center">
<div class="col-md-2">
<span class="helper"></span>
<a href="https://godaddy.com/" target="_blank">
<img src="images/users/godaddy.png" width="90%"/>
</a>
</div>
<div class="col-md-2">
<span class="helper"></span>
<a href="https://www.symantec.com/" target="_blank">
<img src="images/users/symantec.png" width="80%"/>
</a>
</div>
<div class="col-md-2">
<span class="helper"></span>
<a href="https://www.ibm.com" target="_blank">
<img src="images/users/ibm-logo.png" width="70%"/>
</a>
</div>
<div class="col-md-2">
<span class="helper"></span>
<a href="https://www.energy.gov/" target="_blank">
<img src="images/users/department-of-energy.jpeg" width="50%"/>
</a>
</div>
<div class="col-md-2">
<span class="helper"></span>
<a href="https://www.sourcefuse.com/" target="_blank">
<img src="images/users/SourceFuse_logo.png" width="95%"/>
</a>
</div>
</div>
<p></p>
<div class="row text-center" style="justify-content: center">
<div class="col-md-2">
<span class="helper"></span>
<a href="https://www.publicissapient.com/" target="_blank">
<img src="images/users/sapient.png" width="70%"/>
</a>
</div>
<div class="col-md-3">
<span class="helper"></span>
<a href="https://humansofcode.com/" target="_blank">
<img src="images/users/hoc_logo_dark.png" width="80%"/>
</a>
</div>
<div class="col-md-2">
<span class="helper"></span>
<a href="http://www.eycgrupo.com/" target="_blank">
<img src="images/users/eyc-logo.png" width="60%"/>
</a>
</div>
<div class="col-md-2">
<span class="helper"></span>
<a href="https://www.fundrails.com/" target="_blank">
<img src="images/users/Fundrails-Logo.png" width="70%"/>
</a>
</div>
<div class="col-md-2">
<span class="helper"></span>
<a href="https://www.pitagorinesgroup.com/en/" target="_blank">
<img src="images/users/logo_ptg.png" width="70%"/>
</a>
</div>
</div>
<p></p>
<div class="row text-center" style="justify-content: center">
<div class="col-md-2">
<span class="helper"></span>
<a href="https://www.intellum.com/" target="_blank">
<img src="images/users/intellum.jpg" width="80%"/>
</a>
</div>
<div class="col-md-2">
<span class="helper"></span>
<a href="https://flightoffice.com/" target="_blank">
<img src="images/users/flight-office.png" width="80%"/>
</a>
</div>
<div class="col-md-2">
<span class="helper"></span>
<a href="https://tesera.com/" target="_blank">
<img src="images/users/tesera.jpeg" width="80%"/>
</a>
</div>
<div class="col-md-2">
<span class="helper"></span>
<a href="https://www.viveat.com/en/" target="_blank">
<img src="images/users/viveat.png" width="70%"/>
</a>
</div>
<div class="col-md-2">
<span class="helper"></span>
<a href="https://www.shoppinpal.com/" target="_blank">
<img src="images/users/shoppin-pal.jpg" width="80%"/>
</a>
</div>
</div>
<div class="row text-center" style="justify-content: center">
<p style="padding-top:64px">
Wanna see your logo here? <a href="https://github.com/strongloop/loopback-next/issues/3047">Find out more.</a>
</p>
</div>
</div>
</section>
<hr class="hairline-footer">
<section id="users-testimonial">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h3 class="section-heading">What our users say</h3>
<p style="height:64px"></p>
</div>
</div>
<div class="row text-center" style="justify-content: center">
<div class="col-md-6" style="text-align: left; padding-right:60px">
"SourceFuse builds innovative applications for enterprises. After having used most Node.js frameworks, we are excited to select LoopBack V4 as a our go-to framework for delivering secure and scalable systems to our clients. To that end, SourceFuse is investing heavily in training it's staff on the best practices LoopBack V4 offers and giving back to the open source community by contributing to the project and organizing meetups for the local Node.js community."
<br>
<br>
<br>
<b>- Kabir Singh Chandhoke, Chief Operating Officer, SourceFuse</b>
</div>
<div class="col-md-6" style="text-align: left; padding-right:60px">
"At Humans of Code, we always wanted a reliable node based backend that helps us with very rapid prototyping and has a way forward to production release at scale. LoopBack stood high amongst all other frameworks over time. Almost 80% of our user stories get covered with the 20% of generated code. LB provided us with a great leverage on time so that we can focus on business logic, rather than boilerplate code. With LoopBack 4 released and added support for TypeScript, we are excited for the great things ahead."
<br>
<br>
<b>- Vivek Dwivedi, Founder, Humans of Code</b>
</div>
</div>
<br>
<br>
<div class="row text-center" style="justify-content: center">
<div class="col-md-6" style="text-align: left; padding-right:60px">
"The Fundrails platform is built with LoopBack and industry leading technologies to enable integration with different providers, blockchain and expose APIs for our partners to consume. Our ubiquitous API (and GraphQL endpoint) powers an end-to-end digital onboarding, transfer agency for funds and integrations to our customer's fund accounting solutions."
<br>
<br>
<b>- Kowsheek Mahmood, CTO, Fundrails</b>
</div>
<div class="col-md-6" style="text-align: left; padding-right:60px">
"When we set out to build our ERP system for the aviation industry we carefully researched various options. Node.js and the LoopBack framework came out far ahead. Its powerful features and built-in functionality made it incredibly quick and easy. Plus, LoopBack’s ability to auto-generate the entire API layer makes it a winner."
<br>
<br>
<b>- Lee Johnson, FlightOffice CEO & Founder</b>
</div>
</div>
<br>
<br>
<div class="row text-center" style="justify-content: center">
<div class="col-md-6" style="text-align: left; padding-right:60px">
"We are excited to be collaborating with StrongLoop on our Reseller API. Co-developing a solution with the industry leader in Node has allowed us to accelerate the delivery of solutions to our reseller partners and drive revenue growth for them. Our external API is an incredibly important aspect of our overall technical strategy."
<br>
<br>
<br>
<b>- Elissa Murphy, GoDaddy Chief Technology Officer</b>
</div>
<div class="col-md-6" style="text-align: left; padding-right:60px">
"FoKo is using LoopBack to create a whole new backend for a photo-sharing application specifically for enterprises. Loopback has allowed us to move away from Parse and we are now using Loopback with MongoDB, Redis, and Amazon S3. We are moving quite fast with such an awesome product and have already made contributions back to the LoopBack project."
<br>
<br>
<b>- Benjamin Boudreau, FoKo Software Developer</b>
</div>
</div>
<br>
<br>
<div class="row text-center" style="justify-content: right">
<div class="col-md-6" style="text-align: left; padding-right:60px">
"Our company has been using LoopBack for several years. We started using it from its beginnings and the truth is that we love this new version. We want to congratulate the Strongloop Team from PTG Team for making developer's life a bit easier."
<br>
<br>
<br>
<b>- Jesús Mora, CTO & Co-Founder, Pitagorines Group</b>
</div>
</div>
</div>
</section>
<!-- Action section -->
<div class="action">
<div class="container">
<div class="row">
<div class="col-md-8">
<h3 style="color:white">Ready to build amazing things?
<br> Try LoopBack 4 now.</h3>
</div>
<div class="col-md-4">
<a class="btn btn-primary" role="button" href="http://loopback.io/doc/en/lb4/Getting-started.html" target="_blank">Get Started With LoopBack 4</a>
</div>
</div>
</div>
</div>
<!-- footer -->
<footer>
<div class="container">
<div class="row text-center">
<div class="col-md-3">
<img src="images/global/loopback-mark-frame-white.svg" width=40px/>
</div>
<div class="col-md-3">
<p class="label text-uppercase">Product</p>
<p class="regular">
<a href="getting-started.html">Getting Started</a>
</p>
<p class="regular">
<a href="doc/en/lb4/Tutorials.html">Tutorials</a>
</p>
</div>
<div class="col-md-3">
<p class="label text-uppercase" >Documentation</p>
<p class="regular">
<a href="/doc">Docs</a>
</p>
<p class="regular">
<a href="resources.html">Resources</a>
</p>
<p class="regular">
<a href="contribute.html">Contribute</a>
</p>
</div>
<div class="col-md-3">
<p class="label text-uppercase">Support</p>
<p class="regular">
<a href="/doc/en/lb4">LoopBack 4 Documentation</a>
</p>
<p class="regular">
<a href="http://apidocs.loopback.io/@loopback%2fdocs/apidocs.html" target="_blank">API Docs</a>
</p>
<p class="regular">
<a href="https://strongloop.com/strongblog/" target="_blank">StrongLoop Blog</a>
</p>
<p class="regular">
<a href="https://www.ibm.com/marketplace/api-management" target="_blank">API Connect</a>
</p>
</div>
</div>
<hr class="hairline-footer">
<div class="row text-center">
<div class="col-md-6">
<p class="regular"> © Copyright 2019 StrongLoop, an IBM company</p>
</div>
<div class="col-md-6">
<p style="float:right">
<a class="twitter-share-button"
href="https://twitter.com/intent/tweet?text=Creating APIs has never been easier using %23LoopBack 4 by %40StrongLoop. Check it out at loopback.io.&url=loopback.io">
Tweet</a>
<a href="https://twitter.com/intent/tweet?screen_name=StrongLoop&ref_src=twsrc%5Etfw" class="twitter-follow-button" data-show-count="true">Tweet to @StrongLoop</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</p>
</div>
</div>
</div>
</footer>
<script src="dist/jquery/jquery-3.3.1.slim.min.js"></script>
<script src="dist/popper/1.14.0/umd/popper.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script src="dist/bootstrap/js/bootstrap.min.js"></script>
<!-- GitHub button -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>