1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-08-09 04:25:18 +02:00

Added WebSockets with funcionality to send messages from any module

This commit is contained in:
unknown 2021-05-19 17:17:24 +02:00
parent 4510a709d4
commit 38f5d3b66a
7 changed files with 84 additions and 21 deletions

View file

@ -20,7 +20,8 @@
"express": "^4.17.1",
"node-schedule": "^2.0.0",
"sequelize": "^6.6.2",
"sqlite3": "^5.0.2"
"sqlite3": "^5.0.2",
"ws": "^7.4.5"
},
"devDependencies": {
"nodemon": "^2.0.7"