added nearly complete p2p implementation

This commit is contained in:
mrfry 2023-03-20 18:02:45 +01:00
parent 11dacdae64
commit 5c22f575dd
25 changed files with 14320 additions and 12563 deletions

View file

@ -9,6 +9,7 @@
"ejs": "^3.1.6",
"express": "^4.17.3",
"express-fileupload": "^1.3.1",
"hybrid-crypto-js": "^0.2.4",
"socket.io": "^4.4.1",
"tesseract.js": "^3.0.3",
"ts-node": "^10.7.0",
@ -18,7 +19,7 @@
},
"scripts": {
"start": "node ./dist/server.js",
"dev": "npm run build && NS_THREAD_COUNT=2 NS_DEVEL=1 NS_NOUSER=1 NS_LOGLEVEL=1 node --inspect ./dist/server.js",
"dev": "npm run build && NS_THREAD_COUNT=2 NS_DEVEL=1 NS_NOUSER=1 node --inspect ./dist/server.js",
"build": "tsc && bash -c './scripts/postBuild.sh'",
"export": "tsc && bash -c './scripts/postBuild.sh'",
"test": "NS_NOLOG=1 NS_THREAD_COUNT=1 jest",