Application
Descriptive full API of an Application.
Properties
settings: Object<Path: Any>
actions: Object<Path: Action>
middlewares: Object<Path: Middleware>
models: Object<Path: Model>
server: HttpServer
router: Express Application
Methods
.httpRouter(void) -> HTTPRouter
.ioRouter(void) -> IORouter
.io(void) -> Socket.IO Server
Last updated