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. |
||
---|---|---|
docs | ||
example | ||
lib | ||
templates | ||
test | ||
.gitignore | ||
.jshintignore | ||
.jshintrc | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
docs.json | ||
index.js | ||
package.json |
README.md
LoopBack
Documentation
API
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.