Computer Science, asked by Kurian4709, 1 year ago

How websocket establishes connection with client protocol name?

Answers

Answered by Anonymous
0
The WebSocket protocol was standardized by the IETF as RFC 6455 in 2011, and the WebSocket API in Web IDL is being standardized by the W3C. WebSocket is a different protocol from HTTP.

HOPE HELPS ✌️✌️
Answered by Anonymous
0

WebSocket is a computer communications protocol, providing full-duplex communication channels over a single TCP connection. The WebSocket protocol was standardized by the IETF as RFC 6455 in 2011, and the WebSocket API in Web IDL is being standardized by the W3C.

Similar questions