danengle / node-hall-client

A node.js client library for Hall.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A node.js client library for Hall.


Languages

Language:JavaScript 100.0%