2014-11-11 01:51:41 +08:00
|
|
|
// This is a simple wrapper to run the app with 'node app.js'
|
2013-06-08 04:47:18 +08:00
|
|
|
|
2017-09-11 22:54:15 +08:00
|
|
|
Application = require('./application.js');
|
2014-11-11 01:51:41 +08:00
|
|
|
application = new Application();
|
|
|
|
application.start();
|