Snippets tagged “comet”
1 snippet uses this tag.
- What are Long-Polling, Websockets, Server-Sent Events (SSE) and Comet?PHP
Long-polling, WebSockets, Server-Sent Events (SSE), and Comet are all techniques used to enable real-time communication between a client (usually a web browser) and a server.