figure out how socketio works

This commit is contained in:
Simone Tesini 2025-08-02 01:58:29 +02:00
parent c2cf582ca4
commit 59dfbbeca9
5 changed files with 399 additions and 3 deletions

View file

@ -26,5 +26,9 @@
"tailwindcss": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^7.0.4"
},
"dependencies": {
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1"
}
}