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.
npm install hall-client
or
# in package.json
"dependencies": {
"hall-client": "latest"
}
8000