You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As COMET has become less and less popular over the years in favour of Server Side Events (for server-to-client communication) and WebScocket (for broadcast communication), is supporting COMET still viable? For legacy reasons?
If I'm right, what we call comet is actually long polling, (which is very close to SSE, or exactly the same according to some definitions). Websockets do not work behind a firewall as it is not HTTP. That's why we cannot rely only on websockets.
Tasks
The text was updated successfully, but these errors were encountered: