WebSocket - Definição do Glossário CI/CD
Um WebSocket atualiza uma conexão HTTP para um canal persistente e bidirecional, para que cliente e servidor troquem mensagens livremente sem refazer requisições. Ele sustenta chats e dashboards ao vivo.
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…
Long Polling - CI/CD Glossary DefinitionLong polling holds an HTTP request open until the server has data or a timeout hits, approximating push witho…
gRPC - CI/CD Glossary DefinitiongRPC is a high-performance RPC framework using HTTP/2 and Protocol Buffers, supporting streaming and code-gen…