websockets
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 767 public repositories matching this topic...
Binance Exchange API python implementation for automated trading
-
Updated
Jun 4, 2025 - Python
Library for building WebSocket servers and clients in Python
-
Updated
May 26, 2025 - Python
🌱 Web based ssh client
-
Updated
Aug 2, 2024 - Python
Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service.
-
Updated
Jul 1, 2025 - Python
Slack Developer Kit for Python
-
Updated
Jul 1, 2025 - Python
WebSocket client for Python
-
Updated
Nov 5, 2024 - Python
Docker image with Uvicorn managed by Gunicorn for high-performance FastAPI web applications in Python with performance auto-tuning.
-
Updated
Jun 30, 2025 - Python
Cryptocurrency Exchange Websocket Data Feed Handler
-
Updated
May 25, 2025 - Python
Web UI for your scripts with execution management
-
Updated
May 19, 2025 - Python
Bringing Http/Https and WebSockets High Performance servers for PyPy3 and Python3
-
Updated
May 28, 2025 - Python
No-code in the front, Python in the back. An open-source framework for creating data apps.
-
Updated
Jul 3, 2025 - Python
A framework to build Slack apps using Python
-
Updated
Jul 2, 2025 - Python
WebSocket client and server library for Python 2 and 3 as well as PyPy (ws4py 0.5.1)
-
Updated
May 7, 2025 - Python
Open Source Trading Strategies & End-to-End solution connecting Metatrader4 & Metatrader5 💹 with Python with a simple drag and drop EA. Fully tested bug free & efficient solution for live & paper trading⭐ Full Documentation ready. Lightweight, efficient and stable implementation 🔥
-
Updated
May 5, 2025 - Python
The last Micro Web Server for IoTs (MicroPython) or large servers (CPython), that supports WebSockets, routes, template engine and with really optimized architecture (mem allocations, async I/Os). Ready for ESP32, STM32 on Pyboard, Pycom's chipsets (WiPy, LoPy, ...). Robust, efficient and documented!
-
Updated
Apr 2, 2024 - Python
A micro HTTP Web server that supports WebSockets, html/python language templating and routing handlers, for MicroPython (used on Pycom modules & ESP32)
-
Updated
Jan 17, 2023 - Python
Created by Michael Carter, Ian Hickson
- Followers
- 165 followers
- Website
- github.com/topics/websocket
- Wikipedia
- Wikipedia