feat: support reverse websocket

This commit is contained in:
Disy
2024-02-16 22:34:12 +08:00
parent f02b0bdcad
commit 018ec07082
12 changed files with 242 additions and 75 deletions

View File

@@ -21,12 +21,14 @@
"express": "^4.18.2",
"express-ws": "^5.0.2",
"json-bigint": "^1.0.0",
"uuid": "^9.0.1"
"uuid": "^9.0.1",
"ws": "^8.16.0"
},
"devDependencies": {
"@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",