summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2012-12-08 21:59:48 +0100
committerTarek Ziade <tarek@ziade.org>2012-12-08 21:59:48 +0100
commit6a8f67d004d1df821b9f47567a20cb438bc621db (patch)
tree5107eab9a073ffcab802f852f261e4f97f657592 /docs
parent15ba2ebab8b459cee4fa21e4edf40909b712094a (diff)
added docs about gevent-websocket
Diffstat (limited to 'docs')
-rw-r--r--docs/source/index.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 82ce20d..49298dc 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -122,6 +122,9 @@ but it also provides more efficient back ends:
- **meinheld** -- based on Meinheld's fast C server
- **waitress** -- based on Pyramid's waitress pure Python web server
- **eventlet** -- based on Eventlet's wsgi server
+- **geventwebsocket** -- Gevent's **pywsgi** server coupled with
+ **geventwebsocket** handler.
+
You can select your backend by using the **--backend** option and providing
its name.
@@ -133,6 +136,8 @@ are installed:
- **meinheld** : `pip install meinheld`
- **waitress** : `pip install waitress`
- **eventlet** : `pip install eventlet`
+- **geventwebsocket**: `pip install gevent-websocket`
+
If you want to add your favorite WSGI Server as a backend to Chaussette,
send me an e-mail !