• Top Posts

  • Flickr Photos

    Sir Trevor Macdonald at city hall London

    100_3949

    100_3945

    More Photos
  • Bookmarks

  • Archives

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