Rodeo
Realtime notifications with Redis and Node.js
Installation
npm install rodeo
Usage
var rodeo = ; rodeo; rodeo;
Notice Model
Notices follow a very simple convention allowing for arbitrary extension through the "message" object:
CLI
Rodeo includes a command line interface which makes testing a bit simpler:
[sudo] npm install -g rodeo
cat message.json | rodeo --target 'test::1234' --persist
To use the CLI with non-default redis connection settings. Simply set the RODEO_CLI_HOST
, RODEO_CLI_PORT
, and (optionally) RODEO_CLI_PASS
environment variables.
Testing
npm test