WEBSOCKET in English translation

the websockets

Examples of using Websocket in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
新的HTTP/2clientAPI实现了HTTP/2协议,同时升级到Web的核心HTTP协议和WebSocket协议,基于浏览器的交互式通信。
The new HTTP/2 client API implements HTTP/2, the upgrade to the Web's core HTTP protocol, and WebSocket, for browser-based interactive communications.
它仅从msg对象中删除_session的值,以便将消息广播到与WebSocket相连的所有客户机。
It only removes the value for_session from the msg object so that the message is broadcast to all clients connected to the WebSocket.
如果WebSocket连接没能建立,这也说WebSocket连接已关闭,但是不干净。
If the WebSocket connection could not be established, it is also said that The WebSocket Connection is Closed, but not cleanly.¶.
WebSocket协议组件API实现所有用于握手和分帧的协议规则,而不会实际创建任何类型的网络连接。
The WebSocket Protocol Component API implements all of the protocol rules for handshaking and framing without ever actually creating a network connection of any kind.
如果为WebSocket连接协商了扩展(第9章),额外的考虑可能按定义的扩展应用。
If any extensions(Section 9) have been negotiated for the WebSocket connection, additional considerations may apply as per the definition of those extensions.
在发送和接收到关闭消息后,终端认为WebSocket连接已关闭,必须关闭底层的TCP连接。
After both sending and receiving a Close message, an endpoint considers the WebSocket connection closed and MUST close the underlying TCP connection.
WebSocket适用于需要实时更新的应用程序,因为服务器可以在连接上随时推送数据。
WebSockets are suitable for applications that require real-time updates as the server can push data at any time on the connection.
事实上,WebSocket协议专门设计为防止任何当事方受骗而意外接受连接。
In fact, the WebSocket protocol is specifically designed to prevent any party from being duped into accepting a connection accidentally.
WebSocket服务器可以使用通用HTTP服务器可用的任何客户端身份验证机制,例如cookie,HTTP身份验证或TLS身份验证。
The WebSocket server can use any client authentication mechanism available to a generic HTTP server, such as cookies, HTTP authentication, or TLS authentication.
在本文中,我首先介绍WebSocket协议的工作原理,并解释它与更大的TCP/IP套件之间的关系。
In this article I will first show you how the WebSocket protocol works and explain its relationship to the larger TCP/IP suite.
早在2008年,我们就已经开始提供有关WebSocket的培训了,那时还没什么浏览器想到要支持它。
We started providing training about WebSocket in 2008, before any browsers were even dreaming about supporting it.
Js包括自己的低级别WebSocket实现,这正是需要关闭IIS支持模块的原因所在。
Js on IIS includes its own low-level implementation of WebSockets, which is why the IIS support module needs to be explicitly turned off.
WebSocket是一块迷人的技术(它甚至有一个专门的网站),可以从中学到不少东西。
WebSockets are a fascinating piece of technology(they even have a dedicated website), there is a lot to learn about them.
这些说明可能是“很好”、“切换到WebSocket”或甚至是随机的马克·吐温引语。
It might be“OK” or“Switching to WebSocket” or even a random Mark Twain quote.
WebSocketAPI结合,它提供了一个替代HTTP轮询的方式从web页面到远程服务器的双向通信。
Combined with the WebSocket API[WSAPI], it provides an alternative to HTTP polling for two-way communication from a web page to a remote server.
一旦连接升级到WebSocket,消息就可以在到达时从服务器流到浏览器。
Once the connection is upgraded to WebSocket, messages can flow from the server to the browser the moment they arrive.
然后,我检查此请求是否确实有资格成为WebSocket握手,如果没有资格,则返回400“请求失败”状态代码。
I then check whether the request does in fact qualify as a WebSocket handshake and return a 400“bad request” status code if it isn't.
WebSocket协议使用HTTP升级系统(通常用于HTTP/SSL)将HTTP连接“升级”为WebSocket连接。
The WebSocket protocol uses the HTTP upgrade system(which is normally used for HTTP/SSL) to"upgrade" an HTTP connection to a WebSocket connection.
Websocket不难,从某种角度来说,这是我们做过的最简单的事情。
Websockets was not hard, it was the easiest thing we did… in some ways.
你可能会认为,HTTP/2推送是某种WebSocket的延续或升级,但实际上并不是这样。
You might think that HTTP/2 push is the continuation or an upgrade of some kind to WebSockets, but that's not the case.
Results: 388, Time: 0.0236

Websocket in different Languages

Top dictionary queries

Chinese - English