Comet, Reverse Ajax or Ajax Push

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 [...]