WebSocket

Meaning

A computer communications protocol, providing full-duplex communication channels over a single TCP connection.

Usage Examples

  • WebSockets enable real-time communication between a client and server.
  • WebSocket connections remain open, allowing data to be sent and received at any time.
  • WebSockets are commonly used in applications like chat and live updates.
  • WebSocket APIs are available in many modern web browsers.