80. Long Polling vs Sever-Sent Event vs WebSocket
Share
Long Polling, Sever-Sent Events and WebSocket are 3 approaches to real-time application.
Depending on where it is used, each of them could be the better choice.
Could you explain the pros and cons for each?
In case you are not sure, this article might help.