rtc-io / rtc-switchboard

Node server side in memory signaller for rtc.io components
http://www.rtc.io/modules.html
57 stars 36 forks source link

Integrate primus-redis #1

Closed DamonOehlman closed 10 years ago

DamonOehlman commented 10 years ago

see: https://github.com/mmalecki/primus-redis

DamonOehlman commented 10 years ago

Rather than implement primus-redis I think it's better that we look at making the switchboard manager implement a readable stream interface so that it can be piped into something else. This will allow processing of messages in a separate context as required.