Friday, July 22, 2011

Comet programming

Have you ever heard about Comet programming? If not, I guess it’s time to learn about it. As for me, first time I read about this type of programming was not long ago at the Oxagile site. It was the article dedicated to Comet programming named ‘Comet Programming in Web Development’.

Web developers use this web apps model as an alternative to a page-by-page web model. It lets developers forget about the limitations of traditional polling techniques. Comet programming is suitable when the company develops event-driven web apps, because this technique provides a chance to update page elements and allows real-time client-server interaction.

0 comments: