hall-client
Version:
API client library for the Hall streaming and REST services
15 lines (10 loc) • 314 B
Markdown
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"
}