summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2014-08-12 09:54:15 +0200
committerTarek Ziade <tarek@ziade.org>2014-08-12 09:54:15 +0200
commit2467faaf21734aa68d5d885c479c0d819d410b4e (patch)
tree640dc0bc30102078070738629c9800e7b5ab7a71 /docs
parent927a4ef10305de185b42379a93fe8e0068bcd938 (diff)
added bjoern in the listed backends
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 2a17f2a..d715db9 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -189,6 +189,7 @@ list below:
**ws4py** handler.
- **socketio** -- based on gevent-socketio, which is a custom
Gevent server & handler that manages the socketio protocol.
+- **bjoern** -- based on Bjoern.
You can select your backend by using the **--backend** option and providing
@@ -204,6 +205,7 @@ are installed:
- **geventwebsocket**: `pip install gevent-websocket`
- **geventws4py**: `pip install ws4py`
- **socketio**: `pip install gevent-socketio`
+- **bjoern**: `pip install bjoern`
If you want to add your favorite WSGI Server as a backend to Chaussette,