Express Server Class

Back to Documentation main page


Web server implementation with REST tools on the box.

Core Class.

  1. Serves Swagger API Documentation UI

Reach http://api_address/docs and see it running.

  1. Implement Swagger End Points and forward HTTP requests to contollers
  2. Response copression
  3. CORS
  4. Limit request’s size
  5. Cookies parser

Dependency


Implemented Methods

async application.startExpress()

application.createWebServer()

async application.startServer()