start server.js in cluster mode

This commit is contained in:
VincentChanX
2017-04-07 16:04:38 +08:00
parent 0a8481de48
commit 3bf624f397
12 changed files with 1300 additions and 70 deletions

3
constants.js Normal file
View File

@@ -0,0 +1,3 @@
const VERSION = '0.1.5';
module.exports.VERSION = VERSION;