WebCommunication using WebSocket ProtocolThe WebSocket communication protocol is a full-duplex communication channel over a long-lived connection between a client and a server.
WebIntroduction to HTTP ProtocolHTTP protocol defines a set of rules governing how web browsers and servers interact. It allows stateless communication using HTTP messages.