WebSocket is a protocol for establishing a two-way communication channel between a client and a server over a single, long-lived connection. Unlike traditional HTTP requests, which are initiated by the client and require a new connection for each request, WebSocket connections are initiated by the client and then kept open indefinitely, allowing both the client and server to send messages back and forth in real-time.
On current version of WebSocket integration this acts only as subscribe mode.