Application Servers

Gunicorn – Python WSGI HTTP Server

Gunicorn ‘Green Unicorn’ is a Python WSGI HTTP Server for UNIX. It’s a pre-fork worker model ported from Ruby’s Unicorn project.

The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resource usage, and fairly speedy.

This is free and open source software.

Key Features

  • Natively supports WSGI, web2py, Django, and Paster.
  • Automatic worker process management.
  • Simple Python configuration.
  • Multiple worker configurations.
  • Various server hooks for extensibility.
  • Compatible with Python 3.x >= 3.5.

Website: gunicorn.org
Support: GitHub Code Repository
Developer: Benoît Chesneau
License: MIT License

Gunicorn is written in Python. Learn Python with our recommended free books and free tutorials.


Related Software

Python Application Servers
TornadoWeb framework, web server, and asynchronous networking library
GunicornPython WSGI HTTP Server
Phusion PassengerWeb server and application server for Ruby, Python and Node.js
uWSGIAims at developing a full stack for building hosting services
TwistedNetworking engine supporting numerous protocols such as a web server
ZopeZope stands for "Z Object Publishing Environment"
CherryPyPythonic, object-oriented web framework

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments