Click here to Skip to main content
15,888,527 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 Score

Comet 

17 Aug 2013 by Sergey Alexandrovich Kryukov
Please see my comment to the question.First of all, I would question the need to develop a new Comet-based implementation of server push technology. First of all I would advise to pay attention for the ASP.NET SignalR...
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).
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++.
17 Aug 2013 by Rubal Walia
Hello Everyone,I am trying to create a chat program by implementing Comet protocol in WCF. My client will be in pure HTML5, CSS3 and javascript. I will be using jQuery as javascript library. I have created my client but now tougher task is of creating comet service in WCF. Any detailed help...