What is the translation of " WEBSOCKETS " in English?

Noun
websockets
websockets等接口

Examples of using Websockets in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
创建实时web连接的应用程序,支持WebSockets
Create real-time web connected applications with support for WebSockets.
这意味着它适用于WebSockets和其他相关的以服务器为中心的方法。
This means that it works well with WebSockets and other related server-centric approaches.
所以我们要创建一个服务器,可以通过WebSockets来传递信息。
So we will create a server that will relay this information through WebSockets.
这项试验的目的是为了展示WebSockets实现实时协作的能力。
The purpose of this experiment is to illustrate the power of WebSockets to enable real-time collaboration.
HTML5之中一个很酷的新特性就是WebSockets,它可以让我们无需AJAX请求即可与服务器端对话。
One of the cool new features of HTML5 is WebSockets, which let us talk to the server without using AJAX requests.
IoT开发人员使用的前三大通信协议分别是HTTP(49%)、MQTT(42%),以及Websockets(26%)。
The top three communications protocols used by IoT developers were HTTP(49%), MQTT(42%),and Websockets(26%).
勇敢的人也可以使用Web服务器并将WebSockets桥接到MQTT代理,不过我们不推荐这个。
Occasionally, people use a webserver and bridge WebSockets to the MQTT broker, but we don't recommend this method.
它带有保护,管道和拦截器等概念,并内置支持其他传输,如WebSockets和gRPC。
It comes with concepts like guards, pipes, and interceptors,and built-in support for other transports like WebSockets and gRPC.
由于HTTP/S以类似的方式工作,通过SSL安全WebSockets可以利用相同的HTTP连接技术。
Since HTTP/S works in a similar fashion, secure WebSockets over SSL can leverage the same HTTP CONNECT technique.
Io允许我们使用Websockets规范,这是全新的,但同时也能工作在较老的浏览器上。
Io allows us to use Websockets, which are completely new, but also allows this to work on older browsers thanks to the fallback tricks.
相反,我们需要基于推送的方法,比如WebSockets,长轮询,服务器发送事件以及最近的HTTP2推送。
Instead we need a push-based method like WebSockets, Long Polling, Server-sent events(SSE) and more recently HTTP2 push.
在InfoWorld上了解有关使用Redis进行实时计量,管理访问控制和流量整形WebSockets的更多信息。
(Learn more at InfoWorld about using Redis for real-time metering, managing access control,and traffic-shaping WebSockets.).
当我在学习WebSockets的时候了解到目前ApacheTomcat8已经支持JSR356规范。
While learning about WebSockets I learned that the current development version of Apache Tomcat i.e. version 8, has support for JSR356.
其中一个最有趣的例子是RabbitMQWebStomp,它允许您通过websockets在浏览器中公开消息。
One of the most interesting examples is with RabbitMQ WebStomp which allows you to expose messaging in a browser through websockets.
作者、布道者和企业参与标准化仍然参考原始的功能集,包括WebSockets,“HTML5。
Authors, evangelists, and companies involved in the standardization still refer to the original set of features,including WebSockets, as"HTML5.".
WebSockets通常不使用XMLHttpRequest,因此,每次我们需要从服务器获取更多信息时,不会发送标头。
WebSockets generally do not use XMLHttpRequest, and as such, headers are not sent every-time we need to get more information from the server.
Web应用程序基本上都使用了HTTPS,这意味着浏览器将禁止它向非安全链接发送XHR或WebSockets请求。
The web app almost always uses HTTPS,which means that browsers will forbid it from making XHR or WebSockets requests to non-secure URLs.
Io服务器通过Websockets向浏览器发送数据,如果Websockets不可用,闪回或者长轮询作为后备方式。
Io server sends that data via Websockets to the browser, falling back to Flash or long-polling if Websockets is not available.
遵循传统的WebRTC风格,这个demo包括一个由Express.js,Node.js和Websockets构成的小型信令服务器。
In line with traditional WebRTC fashion, this demo consists of a small signaling server made with Express. js, Node.js and Websockets.
支持视频会议的网站通常使用WebSockets来交换信息,或使用HTTPS,通过网络服务器作为中介。
Websites that support video conferencing often use WebSockets to exchange information, or exchange it via HTTPS using the webserver as an intermediary.
WebSockets中,此细节留给了消息传递层,WebSocket协议不保证以任何形式确认消息。
In WebSockets, this detail is left up to the messaging layer design. The WebSocket protocol offers no guarantee a message will be acknowledged in any form.
它能支持多种协议,包括MQTT、MQTT传感器网络、CoAP以及WebSockets,使其适用于物联网和移动设备。
It supports multiple protocols including MQTT, MQTT Sensor Networks,CoAP as well as WebSockets, making it suitable for both IoT and mobile devices.
全面了解WebSockets世界,这是一种浏览器技术,可以在服务器端和客户端之间提供快速、全双工的持久连接。
An extensive look at the world of WebSockets, the browser technology that can provide a fast, full-duplex persistent connection between a server and client.
Js事件循环,我们可以创建一个功能强大的基于Web的仪表板,以异步方式检查服务的状态,并使用websockets将数据推送到客户端。
Js event-loop, we can create a powerful web-based dashboard that checks the services' statuses in an asynchronous manner andpushes data to clients using websockets.
HTML5WebSockets规范定义了一个API,允许web页面使用WebSockets协议与远程主机双向沟通。
The HTML5 WebSockets specification defines an API that enables web pages to use the WebSockets protocol for two-way communication with a remote host.
Java9将全面支持HTTP2.0,并且为Java配备一个全新的HTTP客户端来替代HttpURLConnection,并且同时还实现HTTP2.0和websockets
Java 9 will have full support for HTTP 2.0 and feature a new HTTP client for Java that will replace HttpURLConnection,and also implement HTTP 2.0 and WebSockets.
WebSockets适合作为MQTT的传输,因为通信是双向的,有序的和无损的(这本质上是因为WebSockets还利用TCP)。
WebSockets are a good transport method for MQTT because they provide bi-directional, ordered, and lossless communication(WebSockets also leverage TCP).
Websockets不仅是对常规HTTP通信的另一种增量加强,它更代表着一次巨大的进步,对实时的、事件驱动的Web应用程序而言更是如此。
WebSocket is not just another incremental enhancement to conventional HTTP communications, it represents a large advance, especially for real-time, event driven web applications.
Results: 28, Time: 0.0201

Top dictionary queries

Chinese - English