42
Technology

websocket

The WebSocket protocol is a network protocol that allows to establish a bidirectional connection between client and server. A typical use case is for example a chat, where messages are sent in either direction and are displayed immediately. But it is also used when there should be a permanent connection to a server, e.g. for logging.