To run this example, first install dependencies:

    npm install promise

Then start the server:

    node server.js

Or with debugging:

    DEBUG=* node server.js

Then open the following url in your browser:

    http://localhost:8081

