Pithikos/python-websocket-server
A simple fully working websocket-server in Python with no external dependencies observed · 2026-08-28
Health v2 · maintenance only
52/100
- Activity 45
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4305
- days_rel: n/a
- days_push: 330
- n_releases_24m: 0
Adoption not part of the score
1178 stars · 379 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A minimal WebSocket server library for Python 3.6+ with no external dependencies, offering a clean callback-based API for handling multiple clients. It is aimed at prototyping, testing, and building simple GUI backends rather than full-featured WebSocket deployments.
Use cases
- run a websocket server in python with no dependencies
- prototype a realtime message server
- broadcast messages to connected browser clients
- build a simple gui backend over websockets
- test websocket clients locally
- handle multiple websocket clients with callbacks
When to choose
- you need a zero-dependency websocket server for prototyping or testing
- you want a simple callback API for client connect/disconnect/message events
- you need optional SSL support with minimal setup
When to avoid
- you need full WebSocket protocol feature coverage for production
- you need high-performance or scalable websocket infrastructure
- you prefer a batteries-included framework like websockets or aiohttp
Facets
library · maturity active
websocket http-server networking web-development backend developer-tools python cross-platform websocket-server zero-dependency prototyping real-time
1 source
- readme: https://github.com/Pithikos/python-websocket-server · fetched 2026-08-28 · fa360a168cbe
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Pithikos/python-websocket-server | main | 52 |
For agents
markdown · JSON · MCP: product_card(name="Pithikos/python-websocket-server")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem