views:

244

answers:

2

What would be the best approach to creating an application on Heroku that has the capability to push data to the client?

I have looked at Juggernaut; however, it requires Flash and I am not sure about it actually running on Heroku.

Any help would be appreciated.

A: 

Yes juggernaut is not supported by heroku. I guess you should get in touch with the heroku guys for this. Unless and until heroku doesn't make it an addon package you won't be able to use juggernaut.

Shripad K
I will definitely attempt to do this simply because of the ease of use that Juggernaut provides.
huntaub
+1  A: 

although I'm not using Heroku personally, they've just announced experimental node js support few days ago. While they are working on it, you might want to explore Node.js and Websockets in the meantime:

http://devthought.com/blog/2009/12/nodejs-and-the-websocket-protocol/

Krzysztof
Thank you! I will definitely look into it. Just trying to find a good way to freely experiment with push. :D
huntaub