Hacker News new | ask | show | jobs
by anderspitman 1625 days ago
One problem is that WebSockets in the browser are 100% asynchronous, ie they don't block on send. So if you have a large amount of data client-side you can easily crash a browser window by sending WS data in a tight loop.