observer added, database added to improve fault tolerance, config fixed, ping added, port allocation improved, session observer added, multiple checks added, run process improved, process running check added, fault tolerance improved

This commit is contained in:
C
2023-01-25 17:57:39 +05:00
parent c2bf9dce67
commit e3e2cc97aa
19 changed files with 2475 additions and 1 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "pixel-streaming-session-server",
"version": "1.0.0",
"description": "pixel streaming session server",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://192.168.1.163:3000/EgorSuv/pixel-streaming-session-server.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"celebrate": "^15.0.1",
"express": "^4.18.2",
"is-running": "^2.1.0",
"portfinder": "^1.0.32",
"request": "^2.88.2"
}
}