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 is http://cometdaily.com/
Jörn