socket.io integration, reload connection list after change

This commit is contained in:
Jan Prochazka
2020-01-04 19:22:57 +01:00
parent 4c52e1eb27
commit 235ef4764b
12 changed files with 501 additions and 26 deletions

View File

@@ -10,10 +10,12 @@
"eslint": "^6.8.0",
"express": "^4.17.1",
"fs-extra": "^8.1.0",
"http": "^0.0.0",
"mssql": "^6.0.1",
"mysql": "^2.17.1",
"nedb-promises": "^4.0.1",
"pg": "^7.17.0"
"pg": "^7.17.0",
"socket.io": "^2.3.0"
},
"scripts": {
"start": "nodemon src/index.js"