> For the complete documentation index, see [llms.txt](https://www.hardbreak.wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.hardbreak.wiki/network-analysis/protocols/application-layer/web-sockets.md).

# Web Sockets

## Theory

WebSocket provides a full-duplex communication channel over a single, long-lived TCP connection. It’s often used in IoT applications needing real-time updates, such as dashboards and interactive interfaces.

TODO
