The BootStrap function will create the server listener instance but not attach it to the http listen yet. All directories are parsed for controllers and services at this point.
Gracefully shutdown the server.
Gets the instance of the server that is running
Attaches the listener to the Server. Clients can now start making request to the server.
Use to make sure the application is in a safe state after bootstrap is called
Generated using TypeDoc
Get the Express.Application if it has been created. Otherwise it throws an error