scc-broker-client
Version:
Client for SCC - For SocketCluster horizontal scalability.
33 lines (32 loc) • 786 B
JSON
{
"name": "scc-broker-client",
"version": "9.2.0",
"description": "Client for SCC - For SocketCluster horizontal scalability.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/SocketCluster/scc-broker-client.git"
},
"dependencies": {
"async-stream-emitter": "^7.0.1",
"skeleton-rendezvous": "^1.1.2",
"socketcluster-client": "^19.1.0"
},
"devDependencies": {
"mocha": "^10.2.0"
},
"keywords": [
"socketcluster",
"cluster",
"scc",
"client",
"horizontal",
"scalability"
],
"author": "Jonathan Gros-Dubois",
"license": "MIT",
"bugs": {
"url": "https://github.com/SocketCluster/scc-broker-client/issues"
},
"homepage": "https://github.com/SocketCluster/scc-broker-client"
}