What is WebSocketWebSocket is a protocol based on full-duplex communication on a single TCP connection. It solves the shortcoming of HTTP protocol that is not suitable for real-time communication. Compared with HTTP protocol, WebSocket protocol realizes persistent network communication, can realize long connection between client and server, and can carry out two-way real-time communication. The protocol name is "ws". WebSocket makes data exchange between clients and servers much simpler, allowing the server to actively push data to the client. In the WebSocket API, the browser and the server only need to complete a handshake, and then a persistent connection can be directly established between the two, and two-way data transmission can be carried out. In the WebSocket API, the browser and the server only need to complete a handshake, and then a fast channel is formed between the browser and the server. Data can be directly transmitted between the two. HTTP vs WebSocketFeatures of WebSocket
What is a Socket?Two programs on the network exchange data through a two-way communication connection. One end of this connection is called a Socket, so at least a pair of port numbers are required to establish a network communication connection. The essence of Socket is the encapsulation of TCP/IP protocol stack. It provides an interface for TCP or UDP programming, not another protocol. Through Socket, you can use TCP/IP protocol. |
<<: State management expert: Cookies and Session
>>: From theory to practice: the wide application of MUX VLAN in the network
[[376018]] On January 7, the website of the U.S. ...
"Vigorously develop the digital economy, imp...
What is 5G messaging? Is it an upgraded version o...
Why did AlphaGo focus on Go instead of Mahjong? L...
According to phoronix, Li-Fi technology supplier ...
Yecao Cloud has launched the latest promotion. Th...
According to the China Central Radio and Televisi...
At this year's two sessions, the top leadersh...
[[389986]] At the recently concluded MWC Shanghai...
At present, among China's smart home brands, ...
On August 5, 2019, number portability entered the...
5G was oriented to vertical industry applications...
PacificRack has released a new promotional packag...
HostDare recently offered a 40% discount code for...
[51CTO.com original article] On September 23, 202...