WebSocket API
WebSockets are a communication protocol that enables real-time, bidirectional communication between a client and server, using a single TCP connection. Unlike traditional HTTP connections, which rely on the request-response communication model, WebSockets establish a persistent connection between the client and server.
WebSockets are mainly used in web applications