code refactor and added socket.io

This commit is contained in:
slawk0
2024-08-21 17:58:31 +02:00
parent 0c8e844aaf
commit f635325911
4 changed files with 24 additions and 5 deletions

View File

@@ -12,6 +12,7 @@
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-session": "^1.18.0",
"pg": "^8.12.0"
"pg": "^8.12.0",
"socket.io": "^4.7.5"
}
}