Skip to content
Mauricio Gemelli Vigolo edited this page Mar 15, 2018 · 4 revisions

Orche.js REST

Premises

  • Simple to use and learn.
  • Flexible to compose the project structure.
  • Promotes clean code - use of validation.
  • Easy to create tests.
  • Different secure ways to config the app.
  • Dependency Injection.
  • Flexible param names.

Decorators

  • route
  • http methods
  • params
  • validator
  • interceptor
  • injectable
  • authentication

Layers

  • Decorator Loaders
  • Engines
  • Router Execution
  • Request Mapper
  • Responses
Clone this wiki locally