LoopBack makes it easy to build modern applications that require complex integrations.
Go to file
Miroslav Bajtoš a2e199f025 3.0.0-alpha.2
* add missing unit tests for #2108 (Benjamin Kroeger)
 * Expose `Replace*` methods (Amir Jafarian)
 * Update tests for strong-error-handler (David Cheung)
 * Remove legacy express 3.x middleware getters (Miroslav Bajtoš)
 * Docuemtation for `replace*` methods (Amir Jafarian)
 * Make the doc clear for `findORCreate` cb (Amir Jafarian)
 * Fix JSCS unsupported rule error (Jason)
 * Remove env.json and strong-pm dir (Ritchie Martori)
 * Throw error upon extending unknown model (David Cheung)
 * Remove unused UserModel properties (David Cheung)
 * Remove Change.handleError (Candy)
 * Update user.js (Rik)
 * Separate error-checking and next/done logic from other logic in the test suite (Supasate Choochaisri)
 * Clean up by removing unnecessary comments (Supasate Choochaisri)
 * Add feature to not allow duplicate role name (Supasate Choochaisri)
 * update copyright statements (Ryan Graham)
 * relicense as MIT only (Ryan Graham)
 * Upgrade phantomjs to 2.x (Miroslav Bajtoš)
 * app: send port:0 instead of port:undefined (Miroslav Bajtoš)
 * travis: drop node@5, add node@6 (Miroslav Bajtoš)
 * Disable DEBUG output for eslint on Jenkins CI (Miroslav Bajtoš)
 * Remove "loopback.autoAttach()" (Miroslav Bajtoš)
 * test/rest.middleware: use local registry (Miroslav Bajtoš)
 * Fix role.isOwner to support app-local registry (Miroslav Bajtoš)
 * test/user: use local registry (Miroslav Bajtoš)
 * Resolver support return promise (juehou)
 * remove @private from jsdoc (Manu Phatak)
 * Fixes for emit `remoteMethodDisabled` PR (Simon Ho)
 * Add new feature to emit a `remoteMethodDisabled` event when disabling a remote method. (Supasate Choochaisri)
 * Fix typo in Model.nestRemoting (Tim Needham)
 * Update loopback.js (Rand McKinney)
 * Allow built-in token middleware to run repeatedly (Benjamin Kröger)
 * Use eslint with loopback config (Miroslav Bajtoš)
 * promise docs (Jue Hou)
 * Update JSDoc (sghung@ca.ibm.com)
 * Remove constraint making isStatic required (Candy)
 * Fix inconsistencies in JSDoc (sghung@ca.ibm.com)
 * Improve error message on connector init error (Miroslav Bajtoš)
 * application: correct spelling of "cannont" (Sam Roberts)
 * Remove sl-blip from dependency (Candy)
 * Use new strong-remoting API (Candy)
 * test: remove forgotten console.trace logs (Miroslav Bajtoš)
 * Fix race condition in replication tests (Miroslav Bajtoš)
 * Fix race condition in error handler test (Miroslav Bajtoš)
 * test: remove errant console.log from test (Ryan Graham)
 * Promisify Model Change (Jue Hou)
 * Travis: drop iojs, add v4.x and v5.x (Miroslav Bajtoš)
 * test: use ephemeral port for e2e server (Ryan Graham)
 * test: fail on error instead of crash (Ryan Graham)
 * ensure app is booted before integration tests (Ryan Graham)
 * Remove "loopback.DataModel" (Miroslav Bajtoš)
 * Correct JSDoc findOrCreate() callback in PersistedModel (Chris Coggburn)
 * Fix typo in package.json (publishConfig) (Miroslav Bajtoš)
 * Start development of 3.0 (Candy)
 * Hide verificationToken (Samuel Gaus)
 * Fix description for User.prototype.hasPassword (Jue Hou)
 * Checkpoint speedup (Amir Jafarian)
 * Always use bluebird as promise library Replace `global.Promise` with `bluebird` (Jue Hou)
 * Remove unused code from loopback-testing-helper (Simon Ho)
 * Make juggler a regular dependency (Miroslav Bajtoš)
 * Remove dependency on loopback-testing (Simon Ho)
 * Fix failing tests (Simon Ho)
 * Update persisted-model.js (Rand McKinney)
 * Update persisted-model.js (linguofeng)
2016-06-13 17:04:46 +02:00
browser update copyright statements 2016-05-03 15:50:21 -07:00
common/models Expose `Replace*` methods 2016-06-10 14:56:44 -04:00
docs updated LB module diagram 2014-07-25 21:19:13 -07:00
example update copyright statements 2016-05-03 15:50:21 -07:00
lib Expose `Replace*` methods 2016-06-10 14:56:44 -04:00
server Remove legacy express 3.x middleware getters 2016-05-31 18:59:21 +02:00
templates Add password reset 2013-11-20 14:20:47 -08:00
test add missing unit tests for #2108 2016-06-13 15:27:59 +02:00
.eslintignore Use eslint with loopback config 2016-04-06 10:45:30 +02:00
.eslintrc Use eslint with loopback config 2016-04-06 10:45:30 +02:00
.gitignore Fix loopback in PhantomJS, fix karma tests 2014-06-26 13:30:09 +02:00
.jscsrc Fix JSCS unsupported rule error 2016-05-11 23:06:22 -07:00
.travis.yml travis: drop node@5, add node@6 2016-05-03 16:20:07 +02:00
3.0-DEVELOPING.md Start development of 3.0 2015-12-22 12:45:56 +01:00
3.0-RELEASE-NOTES.md Remove legacy express 3.x middleware getters 2016-05-31 18:59:21 +02:00
CHANGES.md 3.0.0-alpha.2 2016-06-13 17:04:46 +02:00
CONTRIBUTING.md Update CONTRIBUTING.md 2014-11-17 12:33:06 -08:00
Gruntfile.js update copyright statements 2016-05-03 15:50:21 -07:00
LICENSE relicense as MIT only 2016-05-03 15:49:10 -07:00
README.md Update README.md 2015-09-02 13:05:23 -07:00
docs.json Add `loopback.runInContext` 2015-03-27 19:12:17 +01:00
favicon.ico Upgrade to Express 4.x 2014-05-29 08:44:05 -07:00
index.js update copyright statements 2016-05-03 15:50:21 -07:00
package.json 3.0.0-alpha.2 2016-06-13 17:04:46 +02:00

README.md

LoopBack

Gitter

LoopBack is a highly-extensible, open-source Node.js framework that enables you to:

  • Create dynamic end-to-end REST APIs with little or no coding.
  • Access data from Oracle, MySQL, PostgreSQL, MS SQL Server, MongoDB, SOAP and other REST APIs.
  • Incorporate model relationships and access controls for complex APIs.
  • Use built-in push, geolocation, and file services for mobile apps.
  • Easily create client apps using Android, iOS, and JavaScript SDKs.
  • Run your application on-premises or in the cloud.

LoopBack consists of:

  • A library of Node.js modules.
  • Yeoman generators for scaffolding applications.
  • Client SDKs for iOS, Android, and web clients.

LoopBack tools include:

  • Command-line tool slc loopback to create applications, models, data sources, and so on.
  • StrongLoop Arc, a graphical tool for editing LoopBack applications; and for deploying and monitoring applications.

For more details, see http://loopback.io/.

LoopBack modules

The LoopBack framework is a set of Node.js modules that you can use independently or together.

LoopBack modules

Core

Connectors

Enterprise Connectors

Community Connectors

The LoopBack community has created and supports a number of additional connectors. See Community connectors for details.

Components

Client SDKs

Tools

Examples

StrongLoop provides a number of example applications that illustrate various key LoopBack features. In some cases, they have accompanying step-by-step instructions (tutorials).

See loopback-example for details.

Resources

Contributing

See https://github.com/strongloop/loopback/wiki/Contributing-code

Issues

See https://github.com/strongloop/loopback/wiki/Reporting-issues

Analytics