You can now take turns and control the VM.

This commit is contained in:
elijahr2411
2023-02-02 21:19:55 -05:00
parent 3235375581
commit 42ecfa2375
9 changed files with 306 additions and 55 deletions

View File

@@ -11,12 +11,18 @@
"license": "GPL-3.0",
"dependencies": {
"@types/node": "^18.11.18",
"@types/sharp": "^0.31.1",
"@types/ws": "^8.5.4",
"async-mutex": "^0.4.0",
"execa": "^6.1.0",
"fs": "^0.0.1-security",
"jimp": "^0.16.2",
"mnemonist": "^0.39.5",
"rfb2": "^0.2.2",
"rfb2": "github:elijahr2411/node-rfb2",
"sharp": "^0.31.3",
"toml": "^3.0.0",
"typescript": "^4.9.5",
"ws": "^8.12.0"
}
},
"type": "module"
}