How to send data from site to browser?

Posted by SaltLake on Stack Overflow See other posts from Stack Overflow or by SaltLake
Published on 2010-03-19T03:19:46Z Indexed on 2010/03/19 3:21 UTC
Read the original article Hit count: 174

Filed under:

I'd like to send data to browser from server (website).
For example on SO you receive notifications about new answers when answering a question.
Should I every n seconds send ajax queries to server, or there are better ways of doing this?
Is it possible to push data from server to browser?

© Stack Overflow or respective owner

Related posts about AJAX