Skip to content

Brokers updates from apps to connected web clients using SSE and redis pub/sub queues.

Notifications You must be signed in to change notification settings

sourdoughlabs/UpdateBroker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome

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.

Requirements

Redis Ruby >= 1.9.2

Installation

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.

Usage

updatebroker --help

Adding support for your web app.

See ./example/* [TBD]

Gotchas

TBD

License

MIT

About

Brokers updates from apps to connected web clients using SSE and redis pub/sub queues.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages