Translate "websocket" to Portuguese

Showing 29 of 29 translations of the phrase "websocket" from English to Portuguese

Translations of websocket

"websocket" in English can be translated into the following Portuguese words/phrases:

websocket websocket

Translation of English to Portuguese of websocket

English
Portuguese

EN You open up a WebSocket connection simply by calling the WebSocket constructor:

PT Para abrir uma conexão WebSocket, basta chamar o construtor WebSocket:

English Portuguese
websocket websocket
connection conexão
the o
open abrir
a uma

EN Notice the ws:. This is the new URL schema for WebSocket connections. There is also wss: for secure WebSocket connection the same way https: is used for secure HTTP connections.

PT Observe ws:. Há um novo esquema de URL para conexões WebSocket. Existe também wss: para uma conexão WebSocket segura e, do mesmo modo que https:, é usado para conexões HTTP seguras.

English Portuguese
notice observe
url url
schema esquema
websocket websocket
used usado
connections conexões
https https
http http
new novo
is é
also também
connection conexão
the mesmo
way de

EN The WebSocket protocol uses the HTTP upgrade system (which is normally used for HTTP/SSL) to "upgrade" an HTTP connection to a WebSocket connection

PT O protocolo WebSocket usa o sistema de upgrade HTTP (que normalmente é usado para HTTP/SSL) para fazer "upgrade" de uma conexão HTTP para uma conexão WebSocket

English Portuguese
websocket websocket
protocol protocolo
http http
upgrade upgrade
ssl ssl
uses usa
system sistema
is é
the o
used usado
a uma
normally normalmente
connection conexão
for de

EN However, you can use WebSocket today with libraries that use one of the fallbacks mentioned above whenever WebSocket is not available

PT No entanto, você pode usar o WebSocket hoje com as bibliotecas que usam um dos fallbacks mencionados acima sempre que o WebSocket não estiver disponível

English Portuguese
websocket websocket
libraries bibliotecas
mentioned mencionados
whenever sempre que
you você
today hoje
can pode
the o
above acima
available disponível
of dos
use usar

EN The WebSocket specification defines an API establishing "socket" connections between a web browser and a server

PT A especificação WebSocket define uma API que estabelece conexões de "soquete" entre um navegador da web e um servidor

English Portuguese
websocket websocket
specification especificação
defines define
api api
socket soquete
connections conexões
server servidor
browser navegador
the a
a um
web web
between de
and e

EN Another newly added feature of WebSocket is extensions

PT As extensões são outro recurso recente do WebSocket

English Portuguese
another outro
feature recurso
of do
websocket websocket
is são
extensions extensões

EN You can find server accepted extensions by examining the extensions property of the WebSocket object after the open event

PT Para localizar as extensões aceitas pelo servidor, examine a propriedade extensions do objeto WebSocket depois do evento open

English Portuguese
server servidor
extensions extensões
property propriedade
websocket websocket
object objeto
event evento
open open
of do
the as

EN Being a modern protocol, cross origin communication is baked right into WebSocket

PT Sendo um protocolo moderno, a comunicação de origem cruzada está integrada diretamente no WebSocket

English Portuguese
modern moderno
protocol protocolo
origin origem
communication comunicação
websocket websocket
right diretamente
a um
into de
cross no
is sendo

EN While you should still make sure only to communicate with clients and servers that you trust, WebSocket enables communication between parties on any domain

PT Embora você ainda deva se comunicar somente com clientes e servidores confiáveis, o WebSocket permite a comunicação entre partes de qualquer domínio

English Portuguese
clients clientes
servers servidores
websocket websocket
enables permite
parties partes
domain domínio
should deva
communication comunicação
you você
to a
between de
any qualquer
still ainda
communicate com
and e

EN In the case of WebSocket it is the compatibility with proxy servers which mediate HTTP connections in most company networks

PT No caso do WebSocket, é a compatibilidade com os servidores proxy que faz a mediação das conexões HTTP na maioria das redes corporativas

English Portuguese
websocket websocket
compatibility compatibilidade
proxy proxy
servers servidores
http http
is é
connections conexões
networks redes
of do
company com
in no
the os
which o

EN Thus, even if a given client uses the WebSocket protocol, it may not be possible to establish a connection

PT Assim, mesmo se um determinado cliente usar o protocolo WebSocket, talvez não seja possível estabelecer uma conexão

English Portuguese
websocket websocket
protocol protocolo
connection conexão
if se
client cliente
possible possível
the o
a um
establish estabelecer
to assim

EN WebSocket is still a young technology and not fully implemented in all browsers

PT O WebSocket ainda é uma tecnologia jovem e não foi completamente implementada em todos os navegadores

English Portuguese
websocket websocket
young jovem
technology tecnologia
implemented implementada
browsers navegadores
and e
is é
in em
a uma
still ainda

EN There are also commercial solutions such as PusherApp which can be easily integrated into any web environment by providing a HTTP API to send WebSocket messages to clients

PT Há também soluções comerciais como PusherApp que podem ser facilmente integradas em qualquer ambiente da web fornecendo uma API HTTP para enviar mensagens WebSocket aos clientes

English Portuguese
commercial comerciais
solutions soluções
easily facilmente
integrated integradas
web web
environment ambiente
http http
api api
websocket websocket
clients clientes
a uma
providing fornecendo
messages mensagens
there é
also também
be ser
can podem

EN Due to the extra HTTP request there will always be extra overhead compared to pure WebSocket.

PT Devido à solicitação HTTP extra, sempre haverá sobrecarga adicional em comparação com o WebSocket puro.

English Portuguese
http http
request solicitação
there haver
always sempre
pure puro
websocket websocket
the o
extra extra
compared comparação
will haverá
to em
due to devido

EN Using WebSocket creates a whole new usage pattern for server side applications

PT O uso de WebSocket cria um padrão de uso totalmente novo para aplicativos de servidor

English Portuguese
websocket websocket
creates cria
whole totalmente
new novo
pattern padrão
server servidor
a um
applications aplicativos
for de
usage uso

EN While traditional server stacks such as LAMP are designed around the HTTP request/response cycle they often do not deal well with a large number of open WebSocket connections

PT Embora pilhas de servidor tradicionais como LAMP sejam desenvolvidas com base no ciclo de solicitação/resposta HTTP, elas geralmente não lidam bem com um grande número de conexões WebSocket abertas

English Portuguese
traditional tradicionais
server servidor
stacks pilhas
http http
cycle ciclo
often geralmente
open abertas
websocket websocket
connections conexões
well bem
request solicitação
a um
large grande
of de
as como
number número
are sejam

EN The wire protocol (a handshake and the data transfer between client and server) for WebSocket is now RFC6455

PT O protocolo com fio (um handshake e a transferência de dados entre cliente e servidor) para WebSocket agora é RFC6455

English Portuguese
wire fio
protocol protocolo
data dados
client cliente
server servidor
websocket websocket
now agora
handshake handshake
is é
a um
the o
and e
transfer para

EN Use WebSocket whenever you need a truly low latency, near realtime connection between the client and the server

PT Use o WebSocket sempre que precisar de uma conexão quase em tempo real de baixa latência entre o cliente e o servidor

English Portuguese
websocket websocket
latency latência
the o
whenever sempre que
client cliente
server servidor
a uma
realtime tempo real
connection conexão
between de
use use
you precisar
near em
and e

EN Enable secure, reliable, real-time data movement between legacy and cloud applications over WebSocket, AMQP 1.0, JMS or REST/HTTP

PT Ative a movimentação de dados segura, confiável e em tempo real entre aplicativos herdados e na nuvem pelo WebSocket, AMQP 1.0, JMS ou REST/HTTP

English Portuguese
enable ative
movement movimentação
cloud nuvem
applications aplicativos
websocket websocket
or ou
http http
rest rest
data dados
real real
time tempo
reliable confiável
real-time tempo real
between de
and e

EN Leverage the Websocket API to receive market data and to interact with the trading system in real time. Every message comes in JSON format and trading messages use the FIX standard for naming fields, and message types.

PT Tire partido da API Websocket para receber dados de mercado e interagir com o sistema de troca em tempo real. Cada mensagem vem em formato JSON e as mensagens de troca utilizam o padrão FIX para os campos de nomes, e tipos de mensagens.

English Portuguese
websocket websocket
json json
fields campos
api api
market mercado
data dados
system sistema
real real
standard padrão
interact interagir
format formato
receive receber
in em
time tempo
messages mensagens
use utilizam
and e
message mensagem
the o

EN Simply create a call to the Sonix API and we’ll start passing an audio/video stream over secure WebSocket

PT Basta criar uma chamada para a API Sonix e começaremos a passar um fluxo de áudio/vídeo através do WebSocket seguro

English Portuguese
call chamada
api api
stream fluxo
websocket websocket
sonix sonix
video vídeo
a um
audio áudio
the a
to basta
start para
create criar
and e
secure seguro
over de

EN Access AWS IoT using MQTT or MQTT over the WebSocket protocol from Python.

PT Acesse o AWS IoT usando MQTT ou o MQTT pelo protocolo WebSocket a partir do Python.

English Portuguese
access acesse
aws aws
websocket websocket
protocol protocolo
python python
iot iot
or ou
from partir
using usando
over do
the o

EN Access AWS IoT using MQTT or MQTT over the WebSocket protocol from JavaScript.

PT Acesse o AWS IoT usando MQTT ou o MQTT pelo protocolo WebSocket a partir do JavaScript.

English Portuguese
access acesse
aws aws
websocket websocket
protocol protocolo
javascript javascript
iot iot
or ou
from partir
using usando
over do
the o

EN A RESTful API is a group of resources and methods, or endpoints, that leverage an HTTP request type. A WebSocket API maintains a persistent connection between connected clients.

PT Uma API HTTP/REST é um grupo de recursos e métodos, ou endpoints, que usam um tipo de solicitação HTTP. Uma API WebSocket mantém uma conexão persistente entre os clientes conectados.

English Portuguese
api api
http http
request solicitação
websocket websocket
maintains mantém
persistent persistente
clients clientes
endpoints endpoints
is é
resources recursos
methods métodos
or ou
connected conectados
type tipo
group grupo
a um
that que
connection conexão
of de
and e

EN send Moleculer events to the browser via websocket

PT enviar eventos Moleculer para o navegador via websocket

English Portuguese
events eventos
browser navegador
websocket websocket
the o
to enviar

EN Enable secure, reliable, real-time data movement between legacy and cloud applications over WebSocket, AMQP 1.0, JMS or REST/HTTP

PT Ative a movimentação de dados segura, confiável e em tempo real entre aplicativos herdados e na nuvem pelo WebSocket, AMQP 1.0, JMS ou REST/HTTP

English Portuguese
enable ative
movement movimentação
cloud nuvem
applications aplicativos
websocket websocket
or ou
http http
rest rest
data dados
real real
time tempo
reliable confiável
real-time tempo real
between de
and e

EN Simply create a call to the Sonix API and we’ll start passing an audio/video stream over secure WebSocket

PT Basta criar uma chamada para a API Sonix e começaremos a passar um fluxo de áudio/vídeo através do WebSocket seguro

English Portuguese
call chamada
api api
stream fluxo
websocket websocket
sonix sonix
video vídeo
a um
audio áudio
the a
to basta
start para
create criar
and e
secure seguro
over de

EN Hotjar sets this cookie when a user recording starts and when data is sent through the WebSocket.

PT O Hotjar define este cookie quando uma gravacao de utilizador comeca e quando os dados sao enviados atraves do WebSocket.

English Portuguese
user utilizador
sent enviados
websocket websocket
cookie cookie
data dados
when quando
a uma
this este
and e
the o

EN Rotation and discovery requests are issued between the end-user device (or Keeper Scheduler) and the gateway through the established websocket communications channel.

PT Os pedidos de descoberta e rotação são emitidos entre o dispositivo de usuário final (ou Keeper Scheduler) e o gateway pelo canal de comunicações do Websocket estabelecido.

English Portuguese
rotation rotação
discovery descoberta
requests pedidos
issued emitidos
or ou
gateway gateway
established estabelecido
websocket websocket
channel canal
user usuário
keeper keeper
device dispositivo
end final
are são
communications comunicações
between de
and e
the o

Showing 29 of 29 translations