Added a lot of the load-balancing support

This commit is contained in:
Ylian Saint-Hilaire
2017-09-13 11:25:57 -07:00
parent 6347eb7e4a
commit fb5114399f
10 changed files with 2198 additions and 108 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "meshcentral",
"version": "0.0.7-p",
"version": "0.0.7-u",
"keywords": [
"Remote Management",
"Intel AMT",
@@ -25,7 +25,6 @@
"bin"
],
"dependencies": {
"meshcentral": "*",
"archiver": "^1.3.0",
"body-parser": "^1.17.1",
"compression": "^1.6.2",
@@ -34,11 +33,13 @@
"express-handlebars": "^3.0.0",
"express-session": "^1.15.1",
"express-ws": "^2.0.0",
"meshcentral": "*",
"minimist": "^1.2.0",
"multiparty": "^4.1.3",
"nedb": "^1.8.0",
"node-forge": "^0.6.49",
"unzip": "^0.1.11",
"websocket": "^1.0.24",
"xmldom": "^0.1.27"
},
"optionalDependencies": {