WebSocket
/ˈwebˌsɒkɪt/
Definition
A protocol providing full-duplex communication over a single TCP connection, enabling real-time bidirectional messaging.
Example in context
"The chat feature uses WebSocket — messages appear instantly because the connection stays open, unlike polling."
Practice this term
Master WebSocket in context by working through exercises in the Networking & Protocols module. You'll see the term used in real engineering scenarios with multiple-choice, fill-in-the-blank, and matching drills.