hall-client
v1.0.2
Published
API client library for the Hall streaming and REST services
Downloads
28
Readme
node-hall-client
A Hall realtime client build for node.js. The client allows you to listen to your global stream of events on Hall and post messages to any of your rooms.
Installation
npm install hall-client
or
# in package.json
"dependencies": {
"hall-client": "latest"
}