UWSGI

Summary

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 Italian based software company unbit.[4]

uWSGI
Developer(s)Unbit
Stable release
2.0.24[1] / 8 February 2024; 2 months ago (8 February 2024)
Repository
  • github.com/unbit/uwsgi Edit this at Wikidata
Written inC
Operating systemCross-platform
TypeApplication server
LicenseGNU General Public License v2.0 + linking exception[2]
Websiteuwsgi-docs.readthedocs.io

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]

A common alternative to uWSGI is Gunicorn.

References edit

  1. ^ "Release 2.0.24". 8 February 2024. Retrieved 20 February 2024.
  2. ^ "uwsgi/LICENSE at master". Unbit. Retrieved 4 August 2017 – via GitHub.
  3. ^ a b "The uWSGI project". uWSGI. 2016.
  4. ^ "Unbit".
  5. ^ "The uwsgi Protocol — uWSGI 2.0 documentation". uwsgi-docs.readthedocs.io. Retrieved 2020-08-20.
  6. ^ Tezer, O. S. (28 October 2013). "A Comparison of Web Servers for Python Based Web Applications". Digital Ocean.
  7. ^ "Cisco DevNet: APIs, SDKs, Sandbox, and Community for Cisco Developers". developer.cisco.com. Retrieved 2020-08-20.

External links edit

  • Official website
  • How to run uWSGI, blog post