Comet is a web framework in which the server sends data to the client using long held connections. As soon as the client receives the message it opens a connection to the server until a complete message is read. This Architecture enables the server to push data to the client [...]
Filed under: Technology | Tagged: AJAX, Ajax Push, Comet, Reverse Ajax | 1 Comment »


