Translate "use o websocket" to English

Showing 50 of 50 translations of the phrase "use o websocket" from Portuguese to English

Translation of Portuguese to English of use o websocket

Portuguese
English

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

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

Portuguese English
conexão connection
websocket websocket

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.

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.

Portuguese English
esquema schema
url url
websocket websocket
modo way
usado used

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

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

Portuguese English
protocolo protocol
websocket websocket
upgrade upgrade
http http
ssl ssl

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

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

Portuguese English
websocket websocket
hoje today
bibliotecas libraries
mencionados mentioned
disponível available

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

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

Portuguese English
use use
websocket websocket
precisar need
conexão connection
baixa low
latência latency
cliente client

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

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

Portuguese English
especificação specification
websocket websocket
define defines
api api
conexões connections
soquete socket
servidor server

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

EN Another newly added feature of WebSocket is extensions

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

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

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

Portuguese English
localizar find
extensões extensions
servidor server
propriedade property
objeto object
websocket websocket
evento event
open open

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

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

Portuguese English
um a
protocolo protocol
moderno modern
comunicação communication
origem origin
websocket websocket

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

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

Portuguese English
você you
deva should
clientes clients
servidores servers
websocket websocket
permite enables
partes parties
domínio domain

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

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

Portuguese English
caso case
websocket websocket
compatibilidade compatibility
servidores servers
proxy proxy
http http
maioria most

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

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

Portuguese English
cliente client
protocolo protocol
websocket websocket
conexão connection
usar uses

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

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

Portuguese English
websocket websocket
tecnologia technology
jovem young
implementada implemented
navegadores browsers

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

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

Portuguese English
soluções solutions
comerciais commercial
podem can
facilmente easily
integradas integrated
ambiente environment
web web
fornecendo providing
api api
http http
websocket websocket
clientes clients

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

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

Portuguese English
solicitação request
http http
sempre always
websocket websocket
puro pure
haver there

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

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

Portuguese English
websocket websocket
cria creates
padrão pattern
totalmente whole
novo new
servidor server

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

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

Portuguese English
pilhas stacks
servidor server
tradicionais traditional
ciclo cycle
solicitação request
http http
geralmente often
conexões connections
websocket websocket
abertas open

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

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

Portuguese English
protocolo protocol
fio wire
handshake handshake
dados data
cliente client
servidor server
websocket websocket
agora now
é is

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

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

Portuguese English
ative enable
movimentação movement
dados data
tempo time
real real
aplicativos applications
nuvem cloud
websocket websocket
ou or
rest rest
http http

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.

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.

Portuguese English
api api
websocket websocket
real real
json json
utilizam use
campos fields

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

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

Portuguese English
chamada call
api api
fluxo stream
vídeo video
websocket websocket

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

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

Portuguese English
acesse access
aws aws
iot iot
usando using
ou or
protocolo protocol
websocket websocket
python python

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

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

Portuguese English
acesse access
aws aws
iot iot
usando using
ou or
protocolo protocol
websocket websocket
javascript javascript

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.

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.

Portuguese English
api api
http http
ou or
endpoints endpoints
solicitação request
websocket websocket
mantém maintains
conexão connection
persistente persistent
clientes clients
conectados connected

PT enviar eventos Moleculer para o navegador via websocket

EN send Moleculer events to the browser via websocket

Portuguese English
eventos events
navegador browser
websocket websocket

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

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

Portuguese English
ative enable
movimentação movement
dados data
tempo time
real real
aplicativos applications
nuvem cloud
websocket websocket
ou or
rest rest
http http

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

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

Portuguese English
chamada call
api api
fluxo stream
vídeo video
websocket websocket

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

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

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.

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 Para formatar valores monetários, use apenas um decimal. Não use pontos nem símbolos de moeda. Por exemplo, use 15000,00 em vez de $ 15.000,00 ou 15.000,00.

EN To format monetary values, use a decimal only. Do not use a comma or any currency symbols. For example:  15000.00 instead of $15,000.00 or 15,000.00

PT Use um tema do marketplace da forma como ele é fornecido ou compartilhe nossa documentação para desenvolvedor com sua equipe interna de desenvolvimento e use um tema como ponto de partida

EN Either use a marketplace theme as is, or share our developer documentation with your internal dev team and use a theme as a jumping off point

Portuguese English
tema theme
marketplace marketplace
documentação documentation
desenvolvedor developer
ponto point

PT Use um rastreador de site on-line para auditar o seu website e ver se há problemas técnicos ao nível do site e página. Use as ferramentas de SEO de diagnóstico grátis para testar o tráfego, segurança, velocidade e rankings do website.

EN Launch an online website crawler to audit your website for site-level and page-level technical issues. Use free SEO tools to test website’s traffic, safety, speed, and rankings.

Portuguese English
use use
rastreador crawler
problemas issues
técnicos technical
nível level
ferramentas tools
grátis free
tráfego traffic
segurança safety
velocidade speed
rankings rankings
ver audit

PT Use títulos com base na importância do texto. Por exemplo: use o Título 1 (h1) para os títulos mais importantes.

EN Use headings based on the importance of the text. For example, use Heading 1 (h1) for the most important headings.

Portuguese English
use use
texto text

PT Exiba seus novos formulários onde quiser. Use código HTML incorporável para adicioná-lo ao site, vincule-o a seus e-mails e perfis de mídias sociais, ou use um plugin para adicioná-lo como um widget em seu CMS.

EN Show off your new form anywhere you want! Use the embeddable HTML code to add it to your website, link to it from your emails and social media profiles, or use a plugin to add it as a widget in your CMS.

Portuguese English
exiba show
novos new
formulários form
quiser want
use use
código code
incorporável embeddable
adicioná-lo add it
site website
perfis profiles
ou or
widget widget
cms cms

PT Use o RoboForm para criar identidades seguras contendo dados pessoais específicos. Use essas identidades para preencher formulários na Web com um único clique.

EN Use RoboForm to create secure Identities containing specific personal information. Use these Identities to fill long webforms with a single click.

Portuguese English
roboform roboform
identidades identities
seguras secure
contendo containing
dados information
clique click

PT Use como sobreposições em modo de mesclagem com divisão, em luz direta para efeitos de transparência ou inverta-as e use-as com o modo de modo de mesclagem com multiplicação

EN Use as overlays in screen blend mode, in hard light for see through effects, or invert them and use with multiply blend mode

Portuguese English
sobreposições overlays
modo mode
luz light
efeitos effects
ou or

PT Gerencie suas reuniões semanais de forma eficaz e divertida! Use mapas mentais para criar agendas, atas e planos de reuniões. Em seguida, use o modo de apresentação para compartilhar sua visão com a equipe.

EN Manage your weekly meetings effectively and enjoyably! Use mind maps to create meeting agendas, minutes and plans, then use presentation mode to share your vision with the team.

Portuguese English
gerencie manage
semanais weekly
eficaz effectively
agendas agendas
apresentação presentation
visão vision
equipe team

PT Torne suas reuniões produtivas e divertidas! Use mapas mentais para criar agendas de reuniões e tomar notas colaborativas. Em seguida, use o modo de apresentação para compartilhar seus planos.

EN Make your meetings productive and fun! Use mind maps to create meeting agendas and take collaborative notes. Then use presentation mode to share your plans.

Portuguese English
produtivas productive
divertidas fun
use use
agendas agendas
tomar take
notas notes
modo mode
apresentação presentation

PT Regra da visualização de dados: “Não use vermelho e verde juntos.” O problema. “10% dos homens são daltônicos e a maior parte do problema está nas cores vermelho e verde.” Reação: “Não use vermelho e verde juntos.”

EN The data-viz rule: “Don’t use red & green together.” The issue: "Ten percent of men are colour-blind, mostly with red/green issues." Reaction: "Don't use red and green together."

Portuguese English
regra rule
dados data
homens men
reação reaction

PT Use lenços umedecidos não abrasivos e antibacterianos para limpar as tiras e a espuma da interface facial. Não use álcool ou uma solução de limpeza abrasiva.

EN Use non-abrasive, anti-bacterial wipes to clean the straps and the facial interface foam. Don’t use alcohol or an abrasive cleaning solution.

Portuguese English
use use
espuma foam
interface interface
facial facial
álcool alcohol
ou or
solução solution

PT Use um pano seco de microfibra para lentes ópticas para limpar as lentes do fone de ouvido. Não use produtos de limpeza líquidos ou químicos.

EN Use a dry optical lens micro-fiber cloth to clean your headset lenses. Don’t use liquid or chemical cleansers.

Portuguese English
use use
pano cloth
seco dry
ou or
fone de ouvido headset

PT Use um pano seco ou toalhetes antibacterianos não abrasivos para limpar o controle remoto. Não use álcool ou uma solução de limpeza abrasiva.

EN Use a dry cloth or non-abrasive anti-bacterial wipes to clean your remote. Don’t use alcohol or an abrasive cleaning solution.

Portuguese English
use use
pano cloth
seco dry
ou or
álcool alcohol
solução solution

PT Você pode saber mais a respeito aqui https://thenounproject.zendesk.com/hc/en-us/articles/200509908-Can-I-use-icons-for-Commercial-Use-, mas repare que você não precisa comprar uma licença separadamente, pois nós já a temos

EN You can learn more about it here https://thenounproject.zendesk.com/hc/en-us/articles/200509908-Can-I-use-icons-for-Commercial-Use-, but note that you don't need to buy separate license as we already have it

Portuguese English
saber learn
zendesk zendesk
licença license
https https

PT Use este conjunto de cabos para conectar seu headset ao dongle GameDac ou ChatMix ou use o adaptador incluído para conectar-se diretamente a um dispositivo móvel, notebook ou qualquer outro dispositivo com uma conexão padrão de 3,5 mm.

EN Use this set of cables to connect your headset to the GameDac or ChatMix dongle, or use the included adapter to connect directly to a mobile device, laptop, or any other device with a standard 3.5mm connection.

Portuguese English
conjunto set
cabos cables
headset headset
ou or
adaptador adapter
incluído included
diretamente directly
dispositivo device
notebook laptop
padrão standard
gamedac gamedac

PT O B2M Token não tem fronteiras ou limites. Use-o com o seu smartphone, fazendo compras online ou na rua com o seu BCard. Use-o como quiser, para onde quer que vá. Sinta-se livre, esteja livre.

EN B2M Token has no borders or limits. Use it with your smartphone, shopping online or on the street with your BCard. Use it however you want, wherever you go. Feel free, be free.

Portuguese English
token token
fronteiras borders
ou or
limites limits
smartphone smartphone
compras shopping
online online
rua street
livre free
use use
sinta feel

PT Aprenda e faça você mesmo, use nossas soluções digitais, junte-se a nós ou use nosso serviço personalizado

EN Learn and do it yourself, use our digital solutions, team up with us or use our white glove service.

Portuguese English
aprenda learn
soluções solutions
ou or
serviço service

PT Use um rastreador de site on-line para auditar o seu website e ver se há problemas técnicos ao nível do site e página. Use as ferramentas de SEO de diagnóstico grátis para testar o tráfego, segurança, velocidade e rankings do website.

EN Launch an online website crawler to audit your website for site-level and page-level technical issues. Use free SEO tools to test website’s traffic, safety, speed, and rankings.

Portuguese English
use use
rastreador crawler
problemas issues
técnicos technical
nível level
ferramentas tools
grátis free
tráfego traffic
segurança safety
velocidade speed
rankings rankings
ver audit

PT Exiba seus novos formulários onde quiser. Use código HTML incorporável para adicioná-lo ao site, vincule-o a seus e-mails e perfis de mídias sociais, ou use um plugin para adicioná-lo como um widget em seu CMS.

EN Show off your new form anywhere you want! Use the embeddable HTML code to add it to your website, link to it from your emails and social media profiles, or use a plugin to add it as a widget in your CMS.

Portuguese English
exiba show
novos new
formulários form
quiser want
use use
código code
incorporável embeddable
adicioná-lo add it
site website
perfis profiles
ou or
widget widget
cms cms

PT Use o RoboForm para criar identidades seguras contendo dados pessoais específicos. Use essas identidades para preencher formulários na Web com um único clique.

EN Use RoboForm to create secure Identities containing specific personal information. Use these Identities to fill long webforms with a single click.

Portuguese English
roboform roboform
identidades identities
seguras secure
contendo containing
dados information
clique click

PT Use dados comportamentais para identificar onde clientes existentes e potenciais estão na jornada do comprador com você. Depois, use esse conhecimento para engajá-los e nutrir o relacionamento com as mensagens e ofertas mais eficientes.

EN Use behavioral data to identify where prospects and existing customers are in their buyer's journey with you. Then leverage this knowledge to engage and nurture them with the most effective messages and offers.

Portuguese English
potenciais prospects
jornada journey
nutrir nurture
mensagens messages
ofertas offers
eficientes effective

Showing 50 of 50 translations