* Improve error handling in replication (Miroslav Bajtoš) * Add `loopback.runInContext` (Miroslav Bajtoš) * Fix style issues (Raymond Feng) * Document the new third callback arg of replicate() (Miroslav Bajtoš) * Fix API doc for updateAll/deleteAll (Miroslav Bajtoš) * Import subset of underscore.string scripts only (Miroslav Bajtoš) * Use `ctx.instance` provided by "after delete" hook (Miroslav Bajtoš) * Add conflict resolution API (Miroslav Bajtoš) * Detect 3rd-party changes made during replication (Miroslav Bajtoš) * Ability to pass in custom verification token generator This commit adds the ability for the developer to use a custom token generator function for the user.verify(...) method. By default, the system will still use the crypto.randomBytes() method if no option is provided. (jakerella) * Remove unnecessary delay in tests. (Miroslav Bajtoš) * Update README.md (Simon Ho) * Remove duplicate cb func from getRoles and other doc cleanup (crandmck) * Enhance the token middleware to support current user literal (Raymond Feng) * Handling owner being a relation/function (Benjamin Boudreau) * Run replication tests in the browser too (Miroslav Bajtoš) * Add replication tests for conflict resolution (Miroslav Bajtoš) * Fix an assertion broke by recent chai upgrade. (Miroslav Bajtoš) * Static ACL support array of properties now (ulion) * Add more integration tests for replication (Miroslav Bajtoš) * Prevent more kinds of false replication conflicts (Miroslav Bajtoš) * Upgrade deps (Raymond Feng) * Fix "Issues" link in readme (Simon Ho) * Add more debug logs to replication (Miroslav Bajtoš) * Fixes #1158. (Jason Sturges) * Checkpoint: start with seq=1 instead of seq=0 (Miroslav Bajtoš) * Return new checkpoints in callback of replicate() (Miroslav Bajtoš) * Create a remote checkpoint during replication too (Miroslav Bajtoš) * Replication: fix checkpoint-related race condition (Miroslav Bajtoš) * Support different "since" for source and target (Miroslav Bajtoš) |
||
---|---|---|
browser | ||
common/models | ||
docs | ||
example | ||
lib | ||
server | ||
templates | ||
test | ||
.gitignore | ||
.jscsrc | ||
.jshintignore | ||
.jshintrc | ||
.travis.yml | ||
CHANGES.md | ||
CONTRIBUTING.md | ||
Gruntfile.js | ||
LICENSE | ||
README.md | ||
docs.json | ||
favicon.ico | ||
index.js | ||
package.json |
README.md
LoopBack
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.
Core
Connectors
- loopback-connector-mongodb
- loopback-connector-mysql
- loopback-connector-postgresql
- loopback-connector-rest
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