23 Jul 15:48
Re: Updating the page dynamically
From: Peter De Berdt <peter.de.berdt@...>
Subject: Re: Updating the page dynamically
Newsgroups: gmane.comp.lang.ruby.rails
Date: 2008-07-23 13:48:47 GMT
Subject: Re: Updating the page dynamically
Newsgroups: gmane.comp.lang.ruby.rails
Date: 2008-07-23 13:48:47 GMT
On 23 Jul 2008, at 13:40, ddtm wrote:
While looking for the solution, I've found "The Juggernaut
plugin" ("The Juggernaut plugin for Ruby on Rails aims to
revolutionize your Rails app by letting the server initiate a
connection and push data to the client."). The only bad thing is that
the plugin can't interact with my python script.
Juggernaut is a Flash based solution for pushing data. It's still the client that instantiates the connection to the push server (which runs seperately). Flash allows connections to be kept open in a way similar to Comet and other persistent connection setups. You can then interact with the user's page by sending it a chunk of javascript. That Javascript is received by the little Flash file and injected into the page.
Best regards
Peter De Berdt
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---
RSS Feed