socket.io works

This commit is contained in:
Gavin McDonald
2025-04-09 10:58:46 -04:00
parent a7708b4fad
commit c36d3b9981
8 changed files with 502 additions and 40 deletions

View File

@@ -9,13 +9,16 @@
"cross-env": "^7.0.3",
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1"
},
"devDependencies": {
"@types/node": "^18.11.5",
"@types/react": "^18.0.23",
"@types/react-dom": "^18.0.7",
"nodemon": "^2.0.20",
"tailwindcss": "^4",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
}