How websocket establishes connection with client protocol name?
Answers
Answered by
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 ✌️✌️
HOPE HELPS ✌️✌️
Answered by
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