In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/01 Report--
The editor will share with you what WebSocket means. I hope you will get something after reading this article. Let's discuss it together.
WebSocket protocol is a new network protocol based on TCP. It implements full-duplex (full-duplex) communication between the browser and the server-allowing the server to actively send information to the client. The WebSocket communication protocol was defined as the standard RFC 6455 by IETF in 2011 and supplemented by RFC7936. To put it simply, before the WebSocket protocol, duplex communication was achieved through multiple http links, which led to inefficiency. WebSocket solves this problem.
Suppose we need a webserver in an embedded project, which can be implemented with websocket. For example, there is an example of webserver in version 2.2 of SDK of NXP, which is accompanied by an implementation of websocket.
The corresponding underlying code of embedded K64 also has
You can click on the connect connection to test the websocket, and you can see that the response speed is still very good. You can modify the page to achieve more of your own functions and add more functions according to the needs of the project.
In the process of implementing a websocket connection, you need to issue a websocket connection request through a browser, and then the server sends a response, a process often referred to as a "handshake". In WebSocket API, the browser and the server only need to do a handshake, and then a fast channel is formed between the browser and the server. Data can be transmitted directly between the two. In the functions of embedded webserver, you can try to use this feature more often. You can see its specifications and standards https://www.w3.org/TR/websockets/ on the following website
After reading this article, I believe you have a certain understanding of "what does WebSocket mean?" if you want to know more about it, you are welcome to follow the industry information channel. Thank you for your reading!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.