# mopemope/meinheld

Meinheld is a high performance asynchronous WSGI Web Server (based on picoev)

Repository: https://github.com/mopemope/meinheld
Canonical: https://ross.abutalabs.com/products/meinheld
Homepage: http://meinheld.org
Language: C
License: NOASSERTION
License Family: other
Topics: python, python3, wsgi-server, http-server, async
Last push: 2021-05-08T08:18:11+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": 5879, "days_push": 1943, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1455, forks 98 (observed 2026-08-28T04:04:46.863526+00:00)

## What it is
Meinheld is a high-performance asynchronous WSGI web server for Python, built on the picoev event loop and greenlet. It can run standalone or as a gunicorn worker, and supports PEP 333/3333 compliant WSGI applications.

## Use cases
- serve a python wsgi app with high performance
- run flask or django behind a fast wsgi server
- use meinheld as a gunicorn worker class
- host a websocket chat app in python
- replace gunicorn's sync workers with an async event-loop server

## When to choose
- you need a fast, lightweight WSGI server on Linux, FreeBSD, or macOS
- you want to boost gunicorn throughput with the meinheld worker
- your stack is Python 2.6+/3.5+ WSGI-based

## When to avoid
- you need ASGI support for async frameworks like FastAPI or Starlette
- you rely on the deprecated websocket or continuation features
- you need Windows support or actively maintained software
- you want long-term support, as the last release was in 2021

## Facets
- artifact type: library
- maturity: maintenance
- function: http-server, websocket, middleware
- domain: web-development, backend, apis
- platform: python
- tags: wsgi, asynchronous, greenlet, gunicorn-worker, picoev, high-performance, linux, macos, web-server

## Member repositories
- mopemope/meinheld (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:46.863526+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:35:39.100760+00:00, confidence not recorded.
  - readme: https://github.com/mopemope/meinheld (fetched 2026-08-28T04:04:46.863526+00:00, sha fc65f294edc4)
  - homepage: http://meinheld.org (fetched 2026-08-29T11:44:50.724346+00:00, sha b725e49bfbb2)
- Data as of 2026-08-30T08:39:29.467469+00:00.
