loopback-boot/test/fixtures/simple-app
Raymond Feng ac1571ccf1 Refactor for modular and pluggable design
- refactor logic of processing artifacts into their own classes
- introduce Container as the main class for bootstrapping and build a
  registry of handlers during boot to organize them by a hierarchy
  denoted by path
- adopt middleware like registration and invocation
- container.use(path, handler)
- container.run(context, done)
- allow more phases during boot
- boot is now asynchronous
2016-11-22 13:38:28 -05:00
..
boot update copyright notices and license 2016-05-05 21:52:36 -07:00
client Implement shorthand notation for middleware paths 2014-11-25 11:43:00 +01:00
middleware update copyright notices and license 2016-05-05 21:52:36 -07:00
node_modules/my-module update copyright notices and license 2016-05-05 21:52:36 -07:00
plugins Refactor for modular and pluggable design 2016-11-22 13:38:28 -05:00
config.json Change test cases port to be dynamic 2016-08-16 14:37:28 -04:00
datasources.json Initial implementation 2014-05-23 16:50:40 +02:00
middleware.json Load middleware and phases from `middleware.json` 2014-11-19 09:45:04 +01:00
model-config.json Rename `models.json` to `model-config.json` 2014-07-15 11:09:39 +02:00