【Engineering】WebSocket

Posted by 西维蜀黍 on 2025-04-21, Last Modified on 2025-04-23

WebSocket

WebSocket is a computer communications protocol, providing a simultaneous two-way communication channel over a single Transmission Control Protocol (TCP) connection. The WebSocket protocol was standardized by the IETF as RFC 6455 in 2011. The current specification allowing web applications to use this protocol is known as WebSockets.

Reference