WebSocket
WebSocket is a computer communications protocol, providing full-duplex communication channels for interaction between a web browser (or other client application) and a web server over a single TCP connection. The WebSocket protocol allows for sending messages to a server and receiving event-driven responses without having to poll the server for a reply, facilitating real-time data transfer from and to the server. This is made possible by providing a standardized way for the server to send content to the client without being first requested by the client, and allowing messages to be passed back and forth while keeping the connection open. In this way, a two-way ongoing conversation can take place between the client and the server.
Here are 1,446 public repositories matching this topic...
Library for building WebSocket servers and clients in Python
-
Updated
Nov 2, 2025 - Python
Socket.IO integration for Flask applications.
-
Updated
Jan 6, 2025 - Python
Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...)
-
Updated
Nov 5, 2025 - Python
Python Socket.IO server and client
-
Updated
Nov 6, 2025 - Python
Slack Developer Kit for Python
-
Updated
Nov 5, 2025 - Python
WebSocket client for Python
-
Updated
Oct 9, 2025 - Python
Cryptocurrency Exchange Websocket Data Feed Handler
-
Updated
Jul 31, 2025 - Python
Crossbar.io - WAMP application router
-
Updated
Jun 19, 2025 - Python
Python client for Alpaca's trade API
-
Updated
Dec 2, 2024 - Python
Bringing Http/Https and WebSockets High Performance servers for PyPy3 and Python3
-
Updated
Sep 23, 2025 - Python
Autobahn WebSocket protocol testsuite
-
Updated
Oct 6, 2025 - Python
Drop-in replacement for Requests. Automatic HTTP/1.1, HTTP/2, and HTTP/3. WebSocket, and SSE included.
-
Updated
Nov 3, 2025 - Python
A framework to build Slack apps using Python
-
Updated
Nov 5, 2025 - Python
The official Python client library for the Massive.com REST and WebSocket API.
-
Updated
Nov 5, 2025 - Python
Make Your Discord Account 24/7 Online!
-
Updated
Sep 8, 2025 - Python
Near-Realtime audio transcription using self-hosted Whisper and WebSocket in Python/JS
-
Updated
Oct 2, 2024 - Python
Created by Michael Carter, Ian Hickson
- Followers
- 182 followers
- Website
- github.com/topics/websocket
- Wikipedia
- Wikipedia