sc-channel
Version:
Channel object for SocketCluster
27 lines (26 loc) • 590 B
JSON
{
"name": "sc-channel",
"version": "2.0.0",
"description": "Channel object for SocketCluster",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/SocketCluster/sc-channel.git"
},
"dependencies": {
"async-iterable-stream": "^3.0.1"
},
"keywords": [
"channel",
"socketcluster",
"pubsub",
"publish",
"subscribe"
],
"author": "Jonathan Gros-Dubois",
"license": "MIT",
"bugs": {
"url": "https://github.com/SocketCluster/sc-channel/issues"
},
"homepage": "https://github.com/SocketCluster/sc-channel"
}