Hacker News new | past | comments | ask | show | jobs | submit login

My understanding is the hard part about scaling WebSockets is that they are stateful and long lived connections. That is also true of SSE. Is there some other aspect of WebSockets that make them harder to scale than WebSockets?

I guess with WebSockets, if you choose to send messages from the client to the server, then you have some additional work that you wouldn't have with SSE.






Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: