WebSocket 流
Last updated
Was this helpful?
Last updated
Was this helpful?
Unlike HTTP, with WebSockets, you don't need to continuously make requests when you want specific information. WebSockets maintain a network connection for you (if done right) and listen for changes . You may view the official documentation . 与 HTTP 不同,使用 WebSockets,当您需要特定信息时,您无需不断发出请求。WebSockets 会为您维护网络连接(如果操作正确)并监听更改。您可以在。