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
Last updated