diff --git a/README.md b/README.md
index dd0f878342686c5783a48926016ae9ce2d93bb44..47691b50e3367f24908a06f2c2503b1d9eda921c 100644
--- a/README.md
+++ b/README.md
@@ -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, very fast.
 * [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.