From f805096bd589f443a646a293a3e0c326e0e178cf Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Fri, 9 Sep 2016 14:22:23 +0100 Subject: [PATCH] Crosslink other channels projects --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.rst b/README.rst index acec4e8..d08f48e 100644 --- a/README.rst +++ b/README.rst @@ -62,3 +62,14 @@ Maintenance team: If you are interested in joining the maintenance team, please `read more about contributing `_ and get in touch! + + +Other Projects +-------------- + +The Channels project is made up of several packages; the others are: + + * `Daphne `_, the HTTP and Websocket termination server + * `asgiref `_, the base ASGI library/memory backend + * `asgi_redis `_, the Redis channel backend + * `asgi_ipc `_, the POSIX IPC channel backend