1 comment

[ 0.31 ms ] story [ 14.8 ms ] thread
The article doesn’t discuss the fact that CORS/SSE is broken all browsers except FireFox, so your evented streaming server’s going to have to be on port 80. (And as most proxies close connections aggressively, it can’t be proxied.) Which is probably not the way things stand for most sites.

Which means that for the moment SSE is useful mainly for freestanding greenfield apps. For those uses it’s pretty awesome.