The little ASGI framework that shines. 🌟
-
Updated
Oct 12, 2025 - Python
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.
The little ASGI framework that shines. 🌟
Binance Exchange API python implementation for automated trading
Library for building WebSocket servers and clients in Python
🌱 Web based ssh client
Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service.
Slack Developer Kit for Python
WebSocket client for Python
Docker image with Uvicorn managed by Gunicorn for high-performance FastAPI web applications in Python with performance auto-tuning.
Cryptocurrency Exchange Websocket Data Feed Handler
Web UI for your scripts with execution management
Bringing Http/Https and WebSockets High Performance servers for PyPy3 and Python3
No-code in the front, Python in the back. An open-source framework for creating data apps.
A framework to build Slack apps using Python
WebSocket client and server library for Python 2 and 3 as well as PyPy (ws4py 0.5.1)
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 🔥
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!
A micro HTTP Web server that supports WebSockets, html/python language templating and routing handlers, for MicroPython (used on Pycom modules & ESP32)
Created by Michael Carter, Ian Hickson