franksalim | 16 years ago | on: Comet is dead, long live websockets
franksalim's comments
franksalim | 16 years ago | on: Comet is dead, long live websockets
franksalim | 17 years ago | on: Comet Breakthrough: Socket for JavaScript in the Browser
This is clearly not a breakthrough. Sockets (or socket-like interfaces) are the most obvious way to communicate a bi-directional stream of bytes. This has been true for decades. The problem is that everybody has been trying to reinvent the wheel for AJAX. So yes, this is not new, just something that had been missing from the web for a long time!
We have been very mindful of the security implications. Orbited uses a strict whitelist and will not allow outgoing connections to addresses (hostname:port) that are not listed in the access configuration.
Feel free to ask me any questions.
-Frank Salim
This is similar to the origin model for cross-origin XHRs (http://www.w3.org/TR/access-control/#access-control-allow-or...).