[jQuery] jquery and comet
Hi all!
On my latest project I have to add a chat to a web. To do this, I'm
thinking on comet. I see there are some ways of doing this. One of them
is to make continuous ajax calls to the server. But this is not really
comet. So, the question is... Has anybody some information about a
plugin that does really comet? I have tried with this
"http://plugins.jquery.com/project/Comet", but it lacks documentation
and can't get it to work!
Thanks.