File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ with a heavier focus on modularity. It comes with a smaller number of
107
107
libraries ("batteries") built-in, and encourages users to extend its
108
108
base functionality.
109
109
110
- Pyramid does not have a large user base, ulike Django and Flask. It's a
110
+ Pyramid does not have a large user base, unlike Django and Flask. It's a
111
111
capable framework, but not a very popular choice for new Python web
112
112
applications today.
113
113
@@ -151,6 +151,17 @@ are much more difficult to effectively use.
151
151
152
152
Gunicorn is the recommended choice for new Python web applications today.
153
153
154
+
155
+ Waitress
156
+ --------
157
+
158
+ `Waitress <http://waitress.readthedocs.org >`_ is a pure-python WSGI server
159
+ that claims "very acceptable performance". It's documentation is not very
160
+ detailed, but it offers some nice functionality that Gunicorn doesn't have
161
+ (HTTP request buffering).
162
+
163
+ Waitress is gaining popularity within the Python web development community.
164
+
154
165
.. _uwsgi-ref :
155
166
156
167
uWSGI
You can’t perform that action at this time.
0 commit comments