I've used Juggernaut, and I vouch for it as being very easy to use. The client connector code is Javascript (which controls an invisible Flash movie that establishes a persistent connection with an EventMachine-based server), so you can easily create a solution where you get it to try to connect to the server, and in the event of failure, you fall back to ajax polling.
On Mon, Oct 12, 2009 at 8:12 PM, elton stewart <[email protected]> wrote: > > Excuse the buzz word stuffing :) > > I'm looking for the right solution to provide real-time list > management. > > Collaborative list building, the ability for people to post items to a > list and have everyone else subscribed to that list receive the update > automatically... No page refreshes etc... > > So far I have been thinking about some sort of comet implementation. > > Anyone had any experience or can offer advice in this area? Could XMPP > and ejabberd be another alternative? > > http://www.stream-hub.com/ > http://juggernaut.rubyforge.org/ > http://www.lightstreamer.com/ > > > > Cheers, > Elton > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en -~----------~----~----~----~------~----~------~--~---
