unbit/uwsgi

uWSGI application server container

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 22 minutes ago
Type:Server / PlatformCategory(s):Backend FrameworksWeb Development
Added to GitGenius on September 19th, 2026
Created on October 9th, 2011
Open Issues & Pull Requests: 897 (+0)
GitHub issues: Enabled
Number of forks: 696
Total Stargazers: 3,544 (+0)
Total Subscribers: 108 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 14.4 days
Mean response time: 308.8 days
90th percentile: 1066.7 days
Tracked items: 69

Most active contributors

Sign in to see contributor activity.

How this project is maintained

100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 55% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 72
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 1,217 days
Stale 30+ days: 68
Stale 90+ days: 65

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (1)
  • documentation (1)
  • needs more info (1)
  • needs review (1)
  • patch attached (1)

Detailed Description

uWSGI is an application server container that runs web applications written in multiple programming languages.

The project solves the problem of deploying and running web applications by providing a standalone server that acts as an intermediary between web servers and application code. It handles the execution environment, process management, and protocol translation needed to run applications efficiently. The tool supports numerous languages and frameworks, allowing developers to deploy diverse application types through a single server implementation.

Developers should choose uWSGI for production deployments of web applications where a robust, language-agnostic application server is needed. It suits projects that require fine-grained control over worker processes, memory management, and request handling. The tool is particularly valuable in environments where applications need to scale across multiple processes or where integration with existing web server infrastructure is important. Teams maintaining legacy applications or those already invested in uWSGI deployments will find it continues to receive maintenance and updates.

The project is in maintenance mode, focusing on bugfixes and updates for new language APIs rather than major feature development. Response times on GitHub issues and pull requests are slow due to the maintenance posture. The tool has been actively maintained since its inception and continues to receive updates for compatibility with new language versions and APIs.