added websockets

This commit is contained in:
Mystikfluu
2022-04-23 17:37:52 +02:00
parent fc87764782
commit 773fa49a3b
3 changed files with 33 additions and 2 deletions
+2 -1
View File
@@ -7,6 +7,7 @@
"express-fileupload": "^1.3.1",
"express-useragent": "^1.0.15",
"helmet": "^5.0.2",
"mysql": "^2.18.1"
"mysql": "^2.18.1",
"ws": "^8.5.0"
}
}