Ported server code to nodeJS

This commit is contained in:
Thomas
2020-10-29 15:32:54 +01:00
parent 9e9adf30aa
commit c1764a7d89
11 changed files with 249 additions and 22 deletions

View File

@@ -1910,6 +1910,11 @@
"requires": {
"mkdirp": "^0.5.1"
}
},
"ws": {
"version": "7.3.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.3.1.tgz",
"integrity": "sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA=="
}
}
}