Application

Descriptive full API of an Application.

Properties

These properties are available from the DefaultArchetype. Changing Archetype might change the properties of your server application.

settings: Object<Path: Any>

actions: Object<Path: Action>

middlewares: Object<Path: Middleware>

models: Object<Path: Model>

server: HttpServer

You can extend the properties of your Application at any time. This list is the references of mandatory properties for this archetype.

Methods

.httpRouter(void) -> HTTPRouter

.httpRouter(void) -> HTTPRouter is used to provider

.ioRouter(void) -> IORouter

.io(void) -> Socket.IO Server

Last updated