Streaming Protocol
A network protocol designed for continuous real-time data transmission between clients and servers with minimal latency.
Explore more about Communication Protocols
Related terms
The Hypertext Transfer Protocol (HTTP) is an application-layer communication protocol used to exchange requests and responses between clients and servers over a network, forming the foundation of web APIs, websites, and distributed applications.
WebSocketA network protocol providing full-duplex, real-time communication channels over a single TCP connection.
Server-Sent EventsSSEA server-push technology enabling a client to receive automatic, real-time updates from a server over a single HTTP connection.
gRPCgRPCA high-performance remote procedure call (RPC) framework that uses Protocol Buffers for interface definition and data serialization, enabling efficient, strongly typed communication between distributed applications and services.
QUICQUICA transport layer network protocol designed to reduce latency and improve connection performance over UDP.