# squeaky-pl/japronto

Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.

Repository: https://github.com/squeaky-pl/japronto
Canonical: https://ross.abutalabs.com/products/japronto
Language: C
License: MIT
License Family: permissive
Last push: 2023-08-14T21:42:00+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": 3598, "days_push": 1115, "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 8530, forks 566 (observed 2026-08-28T04:10:23.353166+00:00)

## What it is
Japronto is a screaming-fast asynchronous HTTP toolkit with an integrated pipelining HTTP server for Python 3.5+, implemented in hand-tuned C on top of uvloop and picohttpparser. It remains an early alpha preview with provisional APIs, receives no active development (though not formally abandoned), and explicitly warns against production use.

## Use cases
- build a high-performance http server in python
- handle millions of requests per second with python
- fast asyncio web framework for hello-world benchmarks
- pipelining http server based on uvloop
- serve http faster than go stdlib from python
- minimal async http toolkit for speed enthusiasts

## When to choose
- You need maximum raw HTTP throughput in Python and are comfortable with C-level plumbing and alpha-quality APIs
- You want to experiment with pipelined request parsing and uvloop-based asynchronous I/O
- You are benchmarking Python HTTP servers against Go or Node.js implementations

## When to avoid
- Any production or serious use - the project is alpha quality with provisional APIs and explicitly warns against production deployment
- You need a stable, well-maintained framework with an ecosystem - consider aiohttp, Starlette, or FastAPI instead
- You are a novice Python programmer or uncomfortable working with C extensions
- You need long-term support, new features, or Windows support - development has stalled and uvloop targets Unix-like systems

## Facets
- artifact type: library
- maturity: experimental
- function: http-server, web-framework, routing, concurrency
- domain: web-development, backend, apis, performance
- platform: python
- tags: asyncio, uvloop, picohttpparser, http-pipelining, high-performance, c-extension, micro-framework, alpha, linux, macos

## Member repositories
- squeaky-pl/japronto (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:23.353166+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-29T17:26:39.938096+00:00, confidence not recorded.
  - readme: https://github.com/squeaky-pl/japronto (fetched 2026-08-28T04:10:23.353166+00:00, sha 0b2bd62da72c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
