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:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user