This is a simple service for routing update events from an app to connected web clients using Server Sent Events that are read from a named redis pub/sub queue.
Redis Ruby >= 1.9.2
gem install updatebroker
Note, do NOT add this to your Gemfile (for Rails 3.1 anyways). It brings in asynch-rack which seems to conflict.
updatebroker --help
See ./example/* [TBD]
TBD
MIT