Express Server Class
Back to Documentation main page
Web server implementation with REST tools on the box.
Core Class.
- Serves Swagger API Documentation UI
Reach http://api_address/docs and see it running.
- Implement Swagger End Points and forward HTTP requests to contollers
- Response copression
- CORS
- Limit request’s size
- Cookies parser
Dependency
- express framework
- http npm module
- swaggerTools
- response core module
- Setup REST HTTP controller