Comet describes applications where the server keeps pushing data to the client, instead of having the browser keep polling the server for fresh content
When use comet?
Single interaction updates are not enough
User in the same ‘space’ need live update of:
Their own changes
The changes other make
Benefits
Applications can deliver data to the client at any time, not only in response to user input
The data is delivered over a single, previously-opened connection.
0 comments
Post a comment