Thank you! With the Bayeux implementation, what will that allow me to
do? I am already using ajax calls in my page to get my words and to
keep the x/y for each element, you can see by going to the site.

Then a comet server? What is the real advantage there?

Thanks

On Apr 6, 4:19 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
> coughlinsmyalias schrieb:> Hey,
>
> > I have been doing some research on Comet to use on my site:
> >http://rksdesignstudios.com/magnet/- To try to keep it "live" as
> > possible almost to push the content to see other changes and keep the
> > page constantly updated.
>
> > I did a search here on the group but really didn't find anything, any
> > ideas on what I can do? Is there a plugin or other technologies I can
> > do using jQuery to achieve my goal?
>
> Implementing long-polling Comet with jQuery doesn't need a plugin. Just
> use jQuery's ajax methods.
>
> If you are looking for a Bayeux 
> implementation:http://plugins.jquery.com/project/Comet
>
> In any case implementing the serverside is the more difficult part,
> though there are plenty options for Comet servers. A great resource for
> that ishttp://cometdaily.com/
>
> Jörn

Reply via email to