I\'m thinking about how limiting it is for AJAX apps to have to poll for updates, when what would be ideal is for javascript to be able to set up a real two way connection t
Here is an implementation with a similar approach:
It uses a Java Applet and bridges its API to JavaScript, interesting...
And here another one:
This one is a wrapper of the Actionscript 3 Socket API, bridged to JavaScript...