Long Polling - CI/CD用語集の定義
ロングポーリングは、サーバーに新しいデータがある(またはタイムアウトする)までHTTPリクエストを開いたままにし、その後クライアントがすぐに再接続します。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…
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…