LoopBack makes it easy to build modern applications that require complex integrations.
Go to file
Miroslav Bajtoš 8573d01c16 Replace `on` with `once` in middleware examples
Fix the jsdox for `app.installMiddleware` to use `app.once` for
listening on 'middleware:*' events.

The previous doc version using `on` was a sort of preliminary
pessimisation, becase the event handlers would stay in the heap
for the whole life-time of the app, even though they won't be called
more than once.
2014-01-14 08:07:47 +01:00
docs Describe loopback.ValidationError in API docs. 2014-01-13 17:30:49 +01:00
example Remove the todos example and fix doc example 2013-09-03 11:10:22 -07:00
lib Replace `on` with `once` in middleware examples 2014-01-14 08:07:47 +01:00
templates Add password reset 2013-11-20 14:20:47 -08:00
test Merge pull request from strongloop/feature/speed-up-user-passwords 2014-01-13 22:04:41 -08:00
.gitignore took google docs TOC and put into sdocs 2013-08-12 10:40:50 -07:00
.jshintignore Add .jshintignore 2013-11-21 19:49:35 +01:00
.jshintrc Add jshint configuration. 2013-11-20 09:20:10 +01:00
.travis.yml Remove old node versions from travis 2013-11-08 13:30:53 -08:00
LICENSE Update license 2013-09-04 14:41:00 -07:00
README.md Add API docs to README 2013-12-31 12:14:25 -08:00
docs.json Add reference documentation using sdocs 2013-12-19 17:49:47 -08:00
index.js Add ValidationError to loopback exports. 2014-01-02 10:35:17 +01:00
package.json Bump version 2014-01-07 15:31:21 -08:00

README.md

LoopBack

Documentation

See the full documentation.

API

Browse the API documentation.

Mailing List

Discuss features and ask questions on LoopBack Forum.

Issues

File any issues here on GitHub.

Features

Read about the features of LoopBack.

Contributing

A brief guide for contributing to LoopBack projects.

githalytics.com alpha