Comment What about server push / comet? (Score 1) 104
Ajax is currently supported on many browsers, even if a more standardized way would be welcome. What is really missing is a way for server to send data to the client, and this is often emulated using hidden iframe's that never load completely. Is there any plan to improve on this?