Skip to content

Glossary

WebSocket

WebSocket is a protocol that provides a persistent, full-duplex connection between client and server over a single TCP link. After an HTTP handshake upgrades the connection, both sides can send messages at any time with very low overhead. It powers real-time features such as chat, live dashboards, notifications and multiplayer games.

Related terms