Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jrschumacher/node-hall-client

A node.js client library for Hall.
https://github.com/jrschumacher/node-hall-client

Last synced: about 3 hours ago
JSON representation

A node.js client library for Hall.

Awesome Lists containing this project

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