summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2014-08-12 09:56:36 +0200
committerTarek Ziade <tarek@ziade.org>2014-08-12 09:56:36 +0200
commit4978c90fd18c4eba45bfb6ded45c3346dd9dd035 (patch)
tree6ada653e9c115c7496ac4c4d187a8018ed96c0df /docs
parent213d313a3540b9a30e4806d8abd58524e39b21be (diff)
added tornado in the list
Diffstat (limited to 'docs')
-rw-r--r--docs/source/index.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst
index d715db9..38eb935 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -190,6 +190,7 @@ list below:
- **socketio** -- based on gevent-socketio, which is a custom
Gevent server & handler that manages the socketio protocol.
- **bjoern** -- based on Bjoern.
+- **tornado** -- based on Tornado's wsgi server.
You can select your backend by using the **--backend** option and providing
@@ -206,6 +207,7 @@ are installed:
- **geventws4py**: `pip install ws4py`
- **socketio**: `pip install gevent-socketio`
- **bjoern**: `pip install bjoern`
+- **tornado**: `pip install tornado`
If you want to add your favorite WSGI Server as a backend to Chaussette,