UWSGI

Open source software application From Wikipedia, the free encyclopedia

uWSGI is an open source software application that "aims at developing a full stack for building hosting services".[3] It is named after the Web Server Gateway Interface (WSGI), which was the first plugin supported by the project.[3] uWSGI is maintained by the Italian-based software company unbit.[4]

Stable release
2.0.31[1] (maintenance only) / 11 October 2025; 4 months ago (11 October 2025)
Written inC
Quick facts Developer, Stable release ...
uWSGI
Developerunbit
Stable release
2.0.31[1] (maintenance only) / 11 October 2025; 4 months ago (11 October 2025)
Written inC
Operating systemCross-platform
TypeApplication server
LicenseGNU General Public License v2.0 + linking exception[2]
Websiteuwsgi-docs.readthedocs.io
Repository
Close

uwsgi (all lowercase) is the native binary protocol that uWSGI uses to communicate with other servers.[5]

uWSGI is often used in conjunction with web servers such as Cherokee and Nginx, which offer direct support for uWSGI's native uwsgi protocol, to serve Python web applications such as Django.[6] For example, data may flow like this: HTTP client ↔ Nginx ↔ uWSGI ↔ Python app.[7]

uWSGI has been in maintenance mode since October 24th, 2022[8]

References

Related Articles

Wikiwand AI