Open balat opened 8 months ago
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.