test websocket

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-03-06 15:59:17 +07:00
parent 43ba731850
commit 9e14183ac7
3 changed files with 2334 additions and 1923 deletions

View file

@ -22,6 +22,7 @@
"@types/node": "^20.11.5",
"@types/node-cron": "^3.0.11",
"@types/swagger-ui-express": "^4.1.6",
"@types/ws": "^8.5.14",
"nodemon": "^3.0.3",
"prettier": "^3.2.2",
"ts-node": "^10.9.2",
@ -47,6 +48,7 @@
"swagger-ui-express": "^5.0.0",
"tsoa": "^6.0.1",
"typeorm": "^0.3.19",
"typeorm-cli": "^1.0.7"
"typeorm-cli": "^1.0.7",
"ws": "^8.18.1"
}
}