cirospaciari/socketify.py
Bringing Http/Https and WebSockets High Performance servers for PyPy3 and Python3 observed · 2026-08-28
Health v2 · maintenance only
78/100
- Activity 98
- Release rhythm 40
- 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: 3.0
- age_days: 1562
- days_rel: 673
- days_push: 16
- n_releases_24m: 3
Adoption not part of the score
1714 stars · 62 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
socketify.py is a high-performance Python web framework providing HTTP/HTTPS and WebSocket servers built on uSockets and libuv, optimized for both PyPy3 and CPython. It offers routing, middlewares, templates, pub/sub WebSockets, and can also serve as an ASGI/WSGI server.
Use cases
- build a fast http server in python
- serve websockets with pubsub in python
- run an asgi server faster than uvicorn
- host a wsgi flask app with better performance
- build large-scale python backends and microservices
- serve tls 1.3 https traffic at high throughput
- handle websocket backpressure and compression
When to choose
- you need maximum HTTP/WebSocket throughput from Python, especially on PyPy
- you want a simple API for routing, middlewares, and websockets in one framework
- you need an alternative ASGI/WSGI server with better performance
When to avoid
- you need full asyncio ecosystem integration or HTTP/3 today
- you rely on pure-Python portability since libuv and zlib system dependencies are required
- you need a very mature, battle-tested framework like Django or FastAPI for complex apps
Facets
framework · maturity active
web-framework http-server websocket routing middleware templating ssr web-development backend apis performance python windows cross-platform pypy asgi wsgi uwebsockets libuv high-performance pubsub tls real-time linux macos
4 sources
- readme: https://github.com/cirospaciari/socketify.py · fetched 2026-08-28 · 1cf954d387f5
- homepage: https://www.socketify.dev · fetched 2026-08-29 · 3764fc8499ed
- site_page: https://docs.socketify.dev/installation.html · fetched 2026-08-29 · 47afa6aae22c
- site_page: https://docs.socketify.dev/getting-started.html · fetched 2026-08-29 · 5a434bc15c04
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cirospaciari/socketify.py | main | 78 |
For agents
markdown · JSON · MCP: product_card(name="cirospaciari/socketify.py")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem