feat: Websocket Server

feat: change port not need restart
This commit is contained in:
linyuchen
2024-02-16 00:47:04 +08:00
parent a7d75f84cb
commit ef4443d080
9 changed files with 195 additions and 98 deletions

View File

@@ -26,10 +26,12 @@
"@babel/preset-env": "^7.23.2",
"@types/express": "^4.17.20",
"@types/uuid": "^9.0.8",
"@types/ws": "^8.5.10",
"babel-loader": "^9.1.3",
"ts-loader": "^9.5.0",
"typescript": "^5.2.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
"webpack-cli": "^5.1.4",
"ws": "^8.16.0"
}
}