UNPKG

nodexchange

Version:

node library for scaling and load balancing servers

36 lines (35 loc) 750 B
{ "name": "nodexchange", "version": "1.6.1", "description": "node library for scaling and load balancing servers", "main": "nodexchange.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/DataHiveDJW/nodexchange" }, "keywords": [ "load", "balancer", "reverse", "proxy", "node", "server", "scaling", "server", "cache" ], "author": "djw", "license": "MIT", "bugs": { "url": "https://github.com/DataHiveDJW/nodexchange/issues" }, "homepage": "https://github.com/DataHiveDJW/nodexchange#readme", "dependencies": { "crypto": "0.0.3", "redis": "^2.7.1", "ws": "^2.3.1" } }