WebSocket - CI/CD用語集の定義
WebSocketは、HTTP接続を永続的な双方向チャネルにアップグレードし、クライアントとサーバーが再リクエストなしに自由にメッセージを交換できるようにします。チャットやライブダッシュボードを支えます。
関連ガイド
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…