# unbit/uwsgi

uWSGI application server container

Repository: https://github.com/unbit/uwsgi
Canonical: https://ross.abutalabs.com/products/uwsgi
Homepage: http://projects.unbit.it/uwsgi
Language: C
License: NOASSERTION
License Family: other
Last push: 2025-10-11T19:16:25+00:00

## Health v2 (maintenance only)
Score: 53/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 46, release rhythm 35, longevity 100
- inputs: {"age_days": 5442, "days_push": 326, "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 3544, forks 696 (observed 2026-08-28T04:08:09.360725+00:00)

## What it is
uWSGI is an application server container written in C for deploying and serving web applications, most commonly Python WSGI apps. It provides process management, protocol handling, and rich configuration for production hosting.

## Use cases
- deploy a Django or Flask app in production
- serve Python WSGI applications behind nginx
- manage worker processes for a web app
- host a self-hosted Python web service

## When to choose
- you need a battle-tested WSGI application server for Python web apps
- you want fine-grained process, worker, and protocol control in production

## When to avoid
- you need a modern actively developed server with fast community support
- you are deploying non-WSGI apps or want an ASGI/async-first server

## Facets
- artifact type: application
- maturity: maintenance
- function: http-server, web-framework, deployment, middleware
- domain: web-development, backend, self-hosted
- platform: cross-platform, c, python
- tags: application-server, wsgi, python-deployment, process-management, linux, macos

## Member repositories
- unbit/uwsgi (main) score 53

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:09.360725+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-29T18:34:26.865955+00:00, confidence not recorded.
  - readme: https://github.com/unbit/uwsgi (fetched 2026-08-28T04:08:09.360725+00:00, sha da406c2353ec)
- Data as of 2026-08-30T08:39:29.467469+00:00.
