Y
Hacker News
new
|
ask
|
show
|
jobs
by
svas
4453 days 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
Gmail used this technique via a hidden iframe.
2 comments
saurik
4453 days ago
Yeah; I had done this sort of stuff in 1998 using a custom HTTP server I wrote in VBScript.
link
est
4453 days ago
On IE they used ActiveXObject called "htmlfile"
link