Commit ff82fcf6 authored by 邱旭's avatar 邱旭

联机初版,代码未整理

parent 90fbbdf8
This diff is collapsed.
......@@ -13,7 +13,7 @@
"stop": "pm2 stop all"
},
"dependencies": {
"nodejs-websocket": "^1.7.2",
"pm2": "^5.1.0"
}
"nodejs-websocket": "^1.7.2"
},
"devDependencies": {}
}
......@@ -155,7 +155,6 @@ const server = ws.createServer((conn) => {
case "chess":
chess(conn, data);
break;
}
});
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment