This commit is contained in:
2016-02-22 00:54:32 -05:00
parent b1032554dd
commit 819255fd01
+12 -1
View File
@@ -107,7 +107,7 @@ with a heavier focus on modularity. It comes with a smaller number of
libraries ("batteries") built-in, and encourages users to extend its
base functionality.
Pyramid does not have a large user base, ulike Django and Flask. It's a
Pyramid does not have a large user base, unlike Django and Flask. It's a
capable framework, but not a very popular choice for new Python web
applications today.
@@ -151,6 +151,17 @@ are much more difficult to effectively use.
Gunicorn is the recommended choice for new Python web applications today.
Waitress
--------
`Waitress <http://waitress.readthedocs.org>`_ is a pure-python WSGI server
that claims "very acceptable performance". It's documentation is not very
detailed, but it offers some nice functionality that Gunicorn doesn't have
(HTTP request buffering).
Waitress is gaining popularity within the Python web development community.
.. _uwsgi-ref:
uWSGI