database separated and stability improved, celebrate argument parse added, fastest session server search added, session server work check added, session server websocket get added, error handling improved, overal stability improved, overal scalability improved, everything refactored

This commit is contained in:
C
2023-01-20 18:04:41 +05:00
parent fc47dbbb36
commit 7efb6a31cb
18 changed files with 2331 additions and 1 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"name": "ls",
"version": "1.0.0",
"description": "coordinator",
"main": "app.js",
"directories": {
"lib": "lib",
"test": "tests"
},
"scripts": {
"start": "node ./app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://192.168.1.163:3000/EgorSuv/pixel-streaming-coordinator.git"
},
"author": "egor",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.1",
"celebrate": "^15.0.1",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"request": "^2.88.2"
}
}