Click here to Skip to main content
15,895,746 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

Sort by Updated

Comet 

25 Apr 2011 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.
5 Dec 2022 by Trapenok Victor
Using CppComet to create a simple chat. CppComet is open source comet server. It is written in C++.
16 Aug 2011 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).