Module

app

Methods

# static createApp() → {Promise.<Application>}

Create the Express application.

View Source app.js, line 25

The Express application.

Promise.<Application>

# static startApp() → {Promise.<void>}

Start the application server.

View Source app.js, line 73

A promise that resolves when the server is started.

Promise.<void>