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

View File

@@ -1,6 +1,6 @@
{
"name": "shadowsocks-over-websocket",
"version": "0.1.4",
"version": "0.1.5",
"description": "A fast tunnel proxy that helps you bypass firewalls",
"main": "tcprelay.js",
"scripts": {
@@ -27,6 +27,7 @@
"commander": "^2.9.0",
"log4js": "^1.1.1",
"shadowsocks": "^1.5.3",
"throng": "^4.0.0",
"ws": "^2.2.3"
}
}