Click here to Skip to main content
15,879,184 members
Everything / Comet

Comet

Comet

Great Reads

by Wayne Ye
HTML5 WebSocket defines a bi-directional, full-duplex communication channel operates through a single TCP connection, this article discusses its fantastic performance, the WebSocket protocol principle and its handshake mechanism, and develop a WebSocket application in action (Team Poker).
by Igor Ladnik
The article discusses a RESTful WCF based mechanism for server-to-client asynchronous (Push) notifications in web applications. Execution of WCF service notification method is suspended until either server event or timeout lapse.
by Trapenok Victor
Using CppComet to create a simple chat. CppComet is open source comet server. It is written in C++.

Latest Articles

by Trapenok Victor
Using CppComet to create a simple chat. CppComet is open source comet server. It is written in C++.
by Wayne Ye
HTML5 WebSocket defines a bi-directional, full-duplex communication channel operates through a single TCP connection, this article discusses its fantastic performance, the WebSocket protocol principle and its handshake mechanism, and develop a WebSocket application in action (Team Poker).
by Igor Ladnik
The article discusses a RESTful WCF based mechanism for server-to-client asynchronous (Push) notifications in web applications. Execution of WCF service notification method is suspended until either server event or timeout lapse.

All Articles