// This is a simple wrapper to run the app with 'node app.js'

Application = require('./application.js');
application = new Application();
application.start();