Home   tech  

is websocket protocol built on top of http protocol

WebSockets are not accurately described as either a "top-level protocol above HTTP" or a "low-level" protocol in relation to HTTP. Instead, WebSockets represent a distinct communication protocol designed to work alongside HTTP, complementing it by providing capabilities that HTTP does not inherently support, such as persistent, full-duplex communication channels between a client and a server.

Relationship with HTTP

Not Above or Below HTTP, but Complementary

Technical Perspective

Published on: Feb 25, 2024, 10:45 PM  
 

Comments

Add your comment