add websocket functionality

This commit is contained in:
2025-07-01 15:25:00 -04:00
parent 9145b07da7
commit b295777041
7 changed files with 95 additions and 30 deletions

11
package-lock.json generated
View File

@ -17,6 +17,7 @@
"ws": "^8.18.3"
},
"devDependencies": {
"@types/ws": "^8.18.1",
"prisma": "^6.10.1"
}
},
@ -172,6 +173,16 @@
"undici-types": "~7.8.0"
}
},
"node_modules/@types/ws": {
"version": "8.18.1",
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.1.tgz",
"integrity": "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/node": "*"
}
},
"node_modules/acorn": {
"version": "8.15.0",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",