Ross ROSS = Recommend OSS · open-source software intelligence for agents

miguelgrinberg/python-socketio

Python Socket.IO server and client observed · 2026-08-28

github.com/miguelgrinberg/python-socketio · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

97/100

  • Activity 96
  • Release rhythm 96
  • 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: 24
  • age_days: 4067
  • days_rel: 27
  • days_push: 24
  • n_releases_24m: 14

Full methodology

Adoption not part of the score

4368 stars · 625 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

A Python implementation of the Socket.IO realtime client and server, supporting WebSocket and long-polling transports with asyncio, eventlet, and gevent integration. It enables bidirectional, event-based communication between Python servers and clients, including compatibility with the JavaScript Socket.IO reference implementation.

Use cases

  • build a realtime chat server in Python
  • push live updates to web clients over websockets
  • add bidirectional event-based messaging to a Flask or FastAPI app
  • connect a Python client to a JavaScript Socket.IO server
  • implement low-latency notifications or live dashboards
  • stream data to browsers in real time

When to choose

  • you need Socket.IO protocol compatibility in Python, including with JS clients
  • you want event-based realtime messaging with fallback to long-polling
  • you need asyncio, eventlet, or gevent support
  • you want a mature, well-documented library with an active maintainer

When to avoid

  • you only need plain WebSockets without the Socket.IO protocol overhead
  • you need protocol revisions older than revision 4 (Engine.IO 3)
  • your project is not Python-based

Facets

library · maturity stable

websocket http-server middleware web-development backend networking python cross-platform socketio realtime asyncio eventlet gevent long-polling low-latency event-driven real-time web-server

2 sources

Member repositories

RepositoryRoleHealth v2
miguelgrinberg/python-socketiomain97

For agents

markdown · JSON · MCP: product_card(name="miguelgrinberg/python-socketio")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem