chore: websocket

This commit is contained in:
mahyargdz
2025-07-10 15:45:26 +03:30
parent a761dc1718
commit 6933646a0e
18 changed files with 2104 additions and 42 deletions
+3
View File
@@ -50,9 +50,11 @@
"@nestjs/jwt": "^11.0.0",
"@nestjs/passport": "^11.0.5",
"@nestjs/platform-fastify": "^11.1.3",
"@nestjs/platform-socket.io": "^11.1.3",
"@nestjs/schedule": "^6.0.0",
"@nestjs/swagger": "^11.2.0",
"@nestjs/throttler": "^6.4.0",
"@nestjs/websockets": "^11.1.3",
"axios": "^1.10.0",
"bcrypt": "^5.1.1",
"bullmq": "^5.56.1",
@@ -67,6 +69,7 @@
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.2",
"slugify": "^1.6.6",
"socket.io": "^4.8.1",
"uuid": "^11.1.0"
},
"devDependencies": {