Results for websocket translation from Russian to English

Human contributions

From professional translators, enterprises, web pages and freely available translation repositories.

Add a translation

Russian

English

Info

Russian

websocket

English

websockets

Last Update: 2013-02-25
Usage Frequency: 1
Quality:

Reference: Wikipedia

Russian

api websocket.

English

the websocket api

Last Update: 2018-02-21
Usage Frequency: 1
Quality:

Reference: Wikipedia

Russian

websocket-node

English

websocket-node

Last Update: 2018-02-21
Usage Frequency: 1
Quality:

Reference: Wikipedia

Russian

протокол websocket

English

websocket protocol

Last Update: 2015-05-14
Usage Frequency: 1
Quality:

Reference: Wikipedia

Russian

Протокол websocket.

English

the websocket protocol

Last Update: 2018-02-21
Usage Frequency: 1
Quality:

Reference: Wikipedia

Russian

trying to open websocket connection to webserver...

English

trying to open websocket connection to webserver...

Last Update: 2018-02-21
Usage Frequency: 1
Quality:

Reference: Wikipedia

Russian

Клиентский модуль для работы с websocket на javascript.

English

it is a javascript client module for websocket .

Last Update: 2018-02-21
Usage Frequency: 1
Quality:

Reference: Wikipedia

Russian

В качестве транспорта для наших сообщений используем протокол websocket.

English

for transport of our protocol messages let’s use websocket.

Last Update: 2018-02-21
Usage Frequency: 1
Quality:

Reference: Wikipedia

Russian

Использование протокола websocket меняет подход к применению серверных приложений.

English

using websocket creates a whole new usage pattern for server side applications.

Last Update: 2018-02-21
Usage Frequency: 1
Quality:

Reference: Wikipedia

Russian

Технология websocket появилась совсем недавно и не полностью реализована во всех браузерах.

English

websocket is still a young technology and not fully implemented in all browsers.

Last Update: 2018-02-21
Usage Frequency: 1
Quality:

Reference: Wikipedia

Russian

Согласно последней версии спецификации, объект websocket также способен принимать двоичные сообщения.

English

websocket can also receive binary messages in the latest spec.

Last Update: 2018-02-21
Usage Frequency: 1
Quality:

Reference: Wikipedia

Russian

Таким образом, даже если клиент использует протокол websocket, установить соединение будет невозможно.

English

thus, even if a given client uses the websocket protocol, it may not be possible to establish a connection.

Last Update: 2018-02-21
Usage Frequency: 1
Quality:

Reference: Wikipedia

Russian

Если на вашем сервере уже реализована поддержка предыдущих версий протокола websocket, мы рекомендуем обновить ее до последней версии.

English

if you have server implementations for older versions of websocket protocol, we recommend you to upgrade it to the latest version.

Last Update: 2018-02-21
Usage Frequency: 1
Quality:

Reference: Wikipedia

Russian

* ===Спецификация java api для websocket определяет набор программных интерфейсов для обслуживания websocket-соединений.

English

the java api for websocket specification defines a set of apis to service websocket connections.

Last Update: 2016-03-03
Usage Frequency: 1
Quality:

Reference: Wikipedia

Russian

Несмотря на это, можно воспользоваться упомянутыми выше библиотеками для реализации обратной совместимости в случаях, когда протокол websocket не поддерживается.

English

however, you can use websocket today with libraries that use one of the fallbacks mentioned above whenever websocket is not available.

Last Update: 2018-02-21
Usage Frequency: 1
Quality:

Reference: Wikipedia

Russian

На android стартует websocket сервер к которому коннектится js и слушает простейшие команды: вверх, вниз, влево, вправо.

English

as android application starts it launches websocket server. javascript application connects to it and listens for simple commands: up, down, left, right.

Last Update: 2018-02-21
Usage Frequency: 1
Quality:

Reference: Wikipedia

Russian

Для протокола websocket проблемой является совместимость с прокси-серверами – посредниками в http-соединениях в большинстве корпоративных сетей.

English

in the case of websocket it is the compatibility with proxy servers which mediate http connections in most company networks.

Last Update: 2018-02-21
Usage Frequency: 1
Quality:

Reference: Wikipedia

Russian

var connection = new websocket('ws://html5rocks.websocket.org/echo', ['soap', 'xmpp']);

English

var connection = new websocket('ws://html5rocks.websocket.org/echo', ['soap', 'xmpp']);

Last Update: 2018-02-21
Usage Frequency: 1
Quality:

Reference: Wikipedia

Russian

// when the connection is open, send some data to the server connection.onopen = function () { connection.send('ping'); // send the message 'ping' to the server }; // log errors connection.onerror = function (error) { console.log('websocket error ' + error); }; // log messages from the server connection.onmessage = function (e) { console.log('server: ' + e.data); };

English

// when the connection is open, send some data to the server connection.onopen = function () { connection.send('ping'); // send the message 'ping' to the server }; // log errors connection.onerror = function (error) { console.log('websocket error ' + error); }; // log messages from the server connection.onmessage = function (e) { console.log('server: ' + e.data); };

Last Update: 2018-02-21
Usage Frequency: 1
Quality:

Reference: Wikipedia

Get a better translation with
8,884,388,397 human contributions

Users are now asking for help:



We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. Learn more. OK