better interaction capabilities

This commit is contained in:
Aaron Elijah Mars
2025-06-25 13:13:49 +02:00
parent 28540634d7
commit 1d870520f0
3 changed files with 143 additions and 503 deletions

View File

@@ -7,6 +7,7 @@
"start": "node server.js"
},
"dependencies": {
"ws": "^8.x.x"
"ws": "^8.x.x",
"express": "^4.x.x"
}
}