7 ms·
Even in the AJAX timeframe, there was still a way to do async push style interaction from server to client. See Comet: http://en.wikipedia.org/wiki/Comet_%28pro
by svas 12y ago
Even in the AJAX timeframe, there was still a way to do async push style interaction from server to client. See Comet: http://en.wikipedia.org/wiki/Comet_%28programming%29 http://en.wikipedia.org/wiki/Comet_%28programming%29
Gmail used this technique via a hidden iframe.