Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

COMET javascript library

I am looking for a simple and reliable Comet javascript library. I want to keep a persistent streaming of data from my server (via PHP script) to the client side. I tried building my own using the iframe technique, but there are lots of issues with safari which I experienced. I am just hoping someone else has created a simple library for it?

like image 630
philly77 Avatar asked May 27 '09 16:05

philly77


1 Answers

There is a jquery comet plugin Probably the best version though is the Dojo library

I have a quick list of commands I used to get a jetty server with comet up and running here

like image 128
Steerpike Avatar answered Sep 22 '22 01:09

Steerpike