WebRTC
WebRTCAlso called: Web Real-Time Communication
A technology that enables real-time peer-to-peer audio, video, and data streaming directly between web browsers and devices.
Explore more about Communication Protocols
Related terms
A network protocol providing full-duplex, real-time communication channels over a single TCP connection.
HTTPHTTPThe 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.
Server-Sent EventsSSEA server-push technology enabling a client to receive automatic, real-time updates from a server over a single HTTP connection.
UDPUDPA lightweight, connectionless transport protocol that transmits data packets across networks without establishing a prior connection.
TCPTCPA core transport protocol that establishes reliable, ordered, and error-checked delivery of stream data between applications.