feat(multiplayer): replace polling with server-sent events and redis pub/sub

This commit is contained in:
jessy-david-dev
2026-04-14 16:00:09 +02:00
parent 7ecf268191
commit 90b14919c5
6 changed files with 194 additions and 40 deletions
+1
View File
@@ -18,6 +18,7 @@
"@prisma/adapter-pg": "^7.7.0",
"@prisma/client": "^7.7.0",
"bcryptjs": "^3.0.3",
"ioredis": "^5.10.1",
"jose": "^6.2.2",
"next": "16.2.3",
"next-auth": "5.0.0-beta.30",