Implemented game room as chat for now
This commit is contained in:
parent
299760c52a
commit
79d439e10a
3 changed files with 150 additions and 17 deletions
|
|
@ -15,11 +15,15 @@
|
|||
"@socket.io/admin-ui": "^0.5.1",
|
||||
"dotenv": "^16.0.3",
|
||||
"express": "^4.18.2",
|
||||
"socket.io": "^4.6.1"
|
||||
"socket.io": "^4.6.1",
|
||||
"uuid": "^9.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.17",
|
||||
"@types/node": "^18.14.4",
|
||||
"@types/uuid": "^9.0.1",
|
||||
"concurrently": "^7.6.0",
|
||||
"nodemon": "^2.0.21",
|
||||
"typescript": "^4.9.5"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue