|
|
|
|
|
by stephenr
2725 days ago
|
|
Right, except eventsource is pretty simple to pollyfill because it’s just http. Websockets requires explicit support on the backend, in every layer of your http stack that it’ll traverse. If the goal is to simplify your stack, websockets is not the solution. |
|