Hacker News new | ask | show | jobs
by nojvek 3845 days ago
I'm surprised no one mentions xhr streaming, if your pipe is only one way i.e server notifies client, then xhr streaming is quite easy to use and as fast as websockets.
1 comments

I assume most people consider XHR a kind of HTTP request. It is in the name, after all.