miguelgrinberg/Flask-SocketIO
Socket.IO integration for Flask applications. observed · 2026-08-28
Health v2 · maintenance only
83/100
- Activity 95
- Release rhythm 59
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 57
- age_days: 4588
- days_rel: 193
- days_push: 34
- n_releases_24m: 6
Adoption not part of the score
5509 stars · 902 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Python library that adds Socket.IO (WebSocket with fallbacks) support to Flask applications, enabling bidirectional real-time event-based communication between server and clients. It integrates with Flask's routing and session handling and supports multiple async workers like gevent and eventlet.
Use cases
- add real-time chat to a flask app
- push live updates to browsers over websockets
- build a flask app with socket.io events
- stream live notifications from server to clients
- implement bidirectional messaging in python web app
- add websocket support to existing flask project
When to choose
- you already use Flask and need real-time bidirectional communication
- you want Socket.IO features like rooms, namespaces, and automatic fallback transports
- you need a mature, well-documented Python Socket.IO server
When to avoid
- you need raw WebSocket control without the Socket.IO protocol
- your app is not built on Flask
- you want a framework-agnostic async solution like python-socketio with FastAPI
Facets
library · maturity stable
websocket web-framework http-server web-development backend python flask socketio real-time event-driven long-polling web-server
2 sources
- readme: https://github.com/miguelgrinberg/Flask-SocketIO · fetched 2026-08-28 · b7260f056b6c
- registry_pypi: https://pypi.org/pypi/flask-socketio/json · fetched 2026-08-29 · 6d5e58fcfb84
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| miguelgrinberg/Flask-SocketIO | main | 83 |
For agents
markdown · JSON · MCP: product_card(name="miguelgrinberg/Flask-SocketIO")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem