feature: added viewing support for multiple players, added custom context menu setup

This commit is contained in:
Muhammad Sabeeh 2025-06-20 17:24:03 -04:00
parent d18b4d93cc
commit ec631f3c2a
6 changed files with 1372 additions and 20 deletions

6
ws_server/package.json Normal file
View file

@ -0,0 +1,6 @@
{
"dependencies": {
"express": "^5.1.0",
"socket.io": "^4.8.1"
}
}