Oleg Puzanov

professional web developer blog

Tag archive for ‘lightstreamer’

Hello Comet: Part 1

Comet is a web application model that enables web servers to send data to the client without having to explicitly request it. Comet is an umbrella term for multiple techniques for achieving this interaction. All these methods rely on features included by default in browsers, such as JavaScript. This approach allows developers create event-driven web [...]