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,273 public repositories matching this topic...
Socket.IO integration for Flask applications.
-
Updated
Jan 6, 2025 - Python
Library for building WebSocket servers and clients in Python
-
Updated
May 26, 2025 - Python
Policy and data administration, distribution, and real-time updates on top of Policy Agents (OPA, Cedar, ...)
-
Updated
Jul 1, 2025 - Python
Python Socket.IO server and client
-
Updated
Jun 6, 2025 - Python
Slack Developer Kit for Python
-
Updated
Jun 24, 2025 - Python
WebSocket client for Python
-
Updated
Nov 5, 2024 - Python
Cryptocurrency Exchange Websocket Data Feed Handler
-
Updated
May 25, 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
May 28, 2025 - Python
Autobahn WebSocket protocol testsuite
-
Updated
Feb 13, 2025 - Python
“Safest, Fastest, Easiest, and Most advanced” Python HTTP Client. Production Ready! Drop-in replacement for Requests. HTTP/1.1, HTTP/2, and HTTP/3 supported. With WebSocket, and SSE! Be free of Requests bondage now.
-
Updated
Jun 24, 2025 - Python
A framework to build Slack apps using Python
-
Updated
Jul 1, 2025 - Python
The official Python client library for the Polygon REST and WebSocket API.
-
Updated
Jun 27, 2025 - Python
Make Your Discord Account 24/7 Online!
-
Updated
May 9, 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
- 165 followers
- Website
- github.com/topics/websocket
- Wikipedia
- Wikipedia