Long Polling - Definição do Glossário CI/CD
Long polling mantém uma requisição HTTP aberta até o servidor ter novos dados (ou atingir um timeout), então o cliente reconecta imediatamente. Ele simula o push do servidor sobre HTTP puro, sem WebSockets.
Guias relacionados
Server-Sent Events - CI/CD Glossary DefinitionServer-Sent Events stream one-way updates from server to browser over one long-lived HTTP connection, simpler…
WebSocket - CI/CD Glossary DefinitionA WebSocket is a persistent, full-duplex connection upgraded from HTTP, letting client and server push messag…
REST - CI/CD Glossary DefinitionREST is an architectural style for web APIs that models resources as URLs and uses HTTP verbs and status code…