WebSocket
« Back to Glossary IndexWebSocket is a communication protocol that provides full-duplex, persistent connections between a client and server. Unlike traditional HTTP requests, WebSockets allow real-time data exchange with low latency. They are commonly used in interactive and real-time applications. Example: Live chat applications using WebSocket connections.
« Back to Glossary Index