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"
    }