mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-28 06:21:08 +00:00
Added netius as a WSGI server
It's a stable non blocking async server in pure python. Works with both python 2 and 3.
This commit is contained in:
parent
542d644db3
commit
1750a8d154
|
@ -591,6 +591,7 @@ long, literate-programming-style documentation generator.
|
|||
* [paste](http://pythonpaste.org/) - Multi-threaded, stable, tried and tested.
|
||||
* [rocket](http://pypi.python.org/pypi/rocket) - Multi-threaded.
|
||||
* [waitress](https://waitress.readthedocs.org/en/latest/) - Multi-threaded, poweres Pyramid.
|
||||
* [netius](https://github.com/hivesolutions/netius) - Asynchronous
|
||||
* [gunicorn](http://pypi.python.org/pypi/gunicorn) - Pre-forked, partly written in C.
|
||||
* [fapws3](http://www.fapws.org/) - Asynchronous (network side only), written in C.
|
||||
* [meinheld](http://pypi.python.org/pypi/meinheld) - Asynchronous, partly written in C.
|
||||
|
|
Loading…
Reference in New Issue
Block a user