# stephenmcd/django-socketio

WebSockets for Django

Repository: https://github.com/stephenmcd/django-socketio
Canonical: https://ross.abutalabs.com/products/django-socketio
Language: Python
License: BSD-2-Clause
License Family: permissive
Last push: 2021-05-17T11:18:57+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5511, "days_push": 1934, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1314, forks 239 (observed 2026-08-28T04:04:20.450190+00:00)

## What it is
A BSD-licensed Django application that integrates Socket.IO and WebSockets into Django projects via gevent-socketio. It provides a channel subscription/broadcast system, a signals-like event abstraction, and a management command for running gevent's pywsgi server.

## Use cases
- add websockets to a django app
- broadcast events to subscribed clients in django
- build real-time notifications with django
- run a gevent socket.io server alongside django
- partition websocket events into channels

## When to choose
- you have an existing legacy Django project on old socket.io 0.6 clients
- you want a signals-style event API for websocket handling in Django

## When to avoid
- you need modern socket.io protocol support (project is bound to socket.io 0.6)
- you are starting a new Django project - use Django Channels instead
- you need actively maintained websocket tooling

## Facets
- artifact type: library
- maturity: maintenance
- function: websocket, http-server, middleware
- domain: web-development, backend
- platform: python
- tags: django, socketio, gevent, channels, broadcast, real-time, web-server

## Member repositories
- stephenmcd/django-socketio (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:20.450190+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:48:48.300094+00:00, confidence not recorded.
  - readme: https://github.com/stephenmcd/django-socketio (fetched 2026-08-28T04:04:20.450190+00:00, sha 2ce8aefc0cb4)
  - registry_pypi: https://pypi.org/pypi/django-socketio/json (fetched 2026-08-29T12:07:24.328027+00:00, sha 3b5710c6a2a0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
