COMET: Better for Web Apps?


Recently, I have come across many examples of truly “real-time” protocols as opposed to Event-firing or timer-initiated AJAX requests.

Some of the things you can do with this web technology are truly impressive. First of all, you don’t need to make needless “checks” to the datastore to make sure that data has not changed.

COMET is a web technology which “PUSHes” instead of “PULLs”. Best of all, there are some open-source projects which are freely available!

http://www.ape-project.org/

Is one of them, which has good documentation and the demos are really impressive, particularly the Twitter one, check it out!

http://www.ape-project.org/demos/5/live-tweets.html

About coderepo

PHP Developer
This entry was posted in Comet and tagged , , . Bookmark the permalink.

Leave a comment