Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 339 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 339 Bytes

goatee.js

Client library for the goatee notification server.

Building

npm install && grunt

Usage

Use bind to bind to as many channels as needed. Once bound, you can send custom messages (data) to those channels via emit as seen in provided example.html.