jbrukh / octopus

Project Octopus
0 stars 0 forks source link

Real time update infrastructure #32

Open jonnii opened 11 years ago

jonnii commented 11 years ago

Will use redis as pub/sub and either something like faye or a homegrown system, nothing too fancy. EventSource on client.

jonnii commented 11 years ago

Easiest way to do this with Heroku is by using pusher. Can use https://github.com/stevegraham/slanger or https://github.com/tristandunn/pusher-fake for development mode. Problem with pusher is that it costs money. If we move off of heroku we can use slanger and/or roll our own.