WebSocket is a real-time communication protocol that provides simultaneous two-way communication channels over a single Transmission Control Protocol (TCP) connection.
It enable bidirectional communication between clients and servers, allowing for more interactive and real-time applications.
It is standardized by the IETF as RFC 6455.
There is standard WebSocket (ws) and WebSocket Secure (wss).