SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 Wsgi Open-Source Projects
-
In this beginner-friendly guide, we will create a simple API using Python and Flask a lightweight and easy-to-use web framework for Python that allows developers to create APIs and web applications quickly. This API will take a number as input and return some basic properties, such as whether it is even or odd, and its square. We will also deploy the API so that it can be accessed from anywhere.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
gunicorn
gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.
Project mention: Gunicorn: 'Green Unicorn' Is a WSGI HTTP Server for Unix | news.ycombinator.com | 2024-05-30 -
falcon
The no-magic web API and microservices framework for Python developers, with an emphasis on reliability and performance at scale.
-
-
-
NGINX Unit
NGINX Unit is a lightweight and versatile open-source web app server that has three core capabilities. It is a HTTP reverse proxy, a web server for static media assets, and an application server that can natively execute application code in seven different languages.
Project mention: Nginx Unit: open-source, lightweight and versatile application runtime | news.ycombinator.com | 2024-05-31We're very actively working on improving Unit's UX/DX along those lines. Our official Docker images will pick up and read configuration files from `/docker-entrypoint.d/`, so you can bind mount that into your container and you should be off to the races. More details at https://unit.nginx.org/installation/#initial-configuration
But that's still kinda rough, so we're also overhauling our tooling, including a new (and very much still-in-development) `unitctl` CLI which you can find at https://github.com/nginx/unit/tree/master/tools/unitctl. With unitctl, you can manually run something like `unitctl --wait-timeout-seconds=3 --wait-max-tries=4 import /opt/unit/config` to achieve the same thing.
-
Pyramid is a small, fast, down-to-earth Python web framework. It is designed to make creating web applications easier.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Project mention: Granian: Rust HTTP server for Python applications | news.ycombinator.com | 2025-03-20
-
-
-
Project mention: hypercorn VS tremolo - a user suggested alternative | libhunt.com/r/hypercorn | 2024-07-12
-
-
serverless-wsgi
Serverless plugin to deploy WSGI applications (Flask/Django/Pyramid etc.) and bundle Python packages
-
-
-
-
-
micropie – ultra-micro Python web framework that gets out of your way
-
-
-
-
Project mention: How to deploy Django in a subdirectory with Docker, NGINX and Whitenoise | dev.to | 2024-09-21
You can find the PR here.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Wsgi discussion
Wsgi related posts
-
How to Create Your First API with Python, Flask and Azure
-
CRUD With Flask And MySql #1 Introduction
-
This Week in Python (February 23, 2024)
-
WsgiDAV: A generic and extendable WebDAV server based on WSGI
-
Ask HN: Do you need a web framework for a startup landing page?
-
Nginx Unit: Universal Web App Server
-
Universal Web App Server
-
A note from our sponsor - SaaSHub
www.saashub.com | 21 Mar 2025
Index
What are some of the best open-source Wsgi projects? This list will help you:
# | Project | Stars |
---|---|---|
1 | Flask | 69,122 |
2 | gunicorn | 10,026 |
3 | falcon | 9,611 |
4 | Bottle | 8,558 |
5 | Werkzeug | 6,724 |
6 | NGINX Unit | 5,481 |
7 | Pyramid | 4,021 |
8 | granian | 3,226 |
9 | sqladmin | 2,078 |
10 | socketify.py | 1,519 |
11 | hypercorn | 1,260 |
12 | wsgidav | 1,031 |
13 | serverless-wsgi | 498 |
14 | FastWSGI | 449 |
15 | Zope | 362 |
16 | spectree | 330 |
17 | a2wsgi | 242 |
18 | micropie | 159 |
19 | netius | 118 |
20 | rpiapi | 86 |
21 | baize | 84 |
22 | ServeStatic | 35 |
23 | django-http-exceptions | 28 |