upd: test basic communication

This commit is contained in:
2023-11-28 01:17:57 +00:00
parent 98e392f011
commit bae6601490
4 changed files with 291 additions and 2 deletions

View File

@ -11,6 +11,7 @@
"license": "ISC",
"type": "commonjs",
"dependencies": {
"express": "^4.18.2"
"express": "^4.18.2",
"socket.io": "^4.7.2"
}
}