<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Websockets on Python Brasil — Aprenda Python em Português</title>
    <link>https://python.dev.br/tags/websockets/</link>
    <description>Recent content in Websockets on Python Brasil — Aprenda Python em Português</description>
    <generator>Hugo</generator>
    <language>pt-br</language>
    <lastBuildDate>Tue, 28 Apr 2026 16:49:51 -0300</lastBuildDate>
    <atom:link href="https://python.dev.br/tags/websockets/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>WebSockets com Python — 2026 | Python Brasil</title>
      <link>https://python.dev.br/blog/python-e-websockets/</link>
      <pubDate>Thu, 05 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://python.dev.br/blog/python-e-websockets/</guid>
      <description>&lt;p&gt;WebSockets permitem comunicacao bidirecional em tempo real entre cliente e servidor. Diferente do HTTP tradicional, onde o cliente precisa fazer uma requisicao para receber dados, com WebSockets o servidor pode enviar mensagens a qualquer momento. Neste guia, a gente vai construir aplicacoes em tempo real com Python.&lt;/p&gt;&#xA;&lt;h2 id=&#34;como-websockets-funcionam&#34;&gt;Como WebSockets Funcionam&lt;/h2&gt;&#xA;&lt;p&gt;No protocolo HTTP normal, cada requisicao abre e fecha uma conexao. WebSockets estabelecem uma conexao persistente atraves de um handshake inicial HTTP, e depois manteem um canal aberto para troca de mensagens em ambas as direcoes.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
