# cirospaciari/socketify.py

Bringing Http/Https and WebSockets High Performance servers for PyPy3 and Python3

Repository: https://github.com/cirospaciari/socketify.py
Canonical: https://ross.abutalabs.com/products/socketifypy
Homepage: https://www.socketify.dev
Language: Python
License: MIT
License Family: permissive
Topics: python, pypy, python3, commercial, http, proxy-protocol, pubsub, router, websockets, asyncio, performance, websocket, asgi, asgi-server, http-server, websocket-server, wsgi, wsgi-server, socketify, framework
Last push: 2026-08-17T20:47:37+00:00

## Health v2 (maintenance only)
Score: 78/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 40, longevity 100
- inputs: {"age_days": 1562, "days_push": 16, "days_rel": 673, "gap_med": 3.0, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1714, forks 62 (observed 2026-08-28T04:05:26.189599+00:00)

## What it is
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
- artifact type: framework
- maturity: active
- function: web-framework, http-server, websocket, routing, middleware, templating, ssr
- domain: web-development, backend, apis, performance
- platform: python, windows, cross-platform
- tags: pypy, asgi, wsgi, uwebsockets, libuv, high-performance, pubsub, tls, real-time, linux, macos

## Member repositories
- cirospaciari/socketify.py (main) score 78

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:26.189599+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-30T03:34:38.621152+00:00, confidence not recorded.
  - readme: https://github.com/cirospaciari/socketify.py (fetched 2026-08-28T04:05:26.189599+00:00, sha 1cf954d387f5)
  - homepage: https://www.socketify.dev (fetched 2026-08-29T11:10:34.976872+00:00, sha 3764fc8499ed)
  - site_page: https://docs.socketify.dev/installation.html (fetched 2026-08-29T11:10:34.979357+00:00, sha 47afa6aae22c)
  - site_page: https://docs.socketify.dev/getting-started.html (fetched 2026-08-29T11:10:34.981094+00:00, sha 5a434bc15c04)
- Data as of 2026-08-30T08:39:29.467469+00:00.
