mirror of
https://github.com/django/daphne.git
synced 2025-07-29 00:19:45 +03:00
Link to interface server explanation in concepts (#678)
The docs did not link to the interface server explanation. Relates to issue #677
This commit is contained in:
parent
a6a2714a9b
commit
63b79db352
|
@ -87,8 +87,7 @@ one, it runs the relevant consumer. So rather than running in just a
|
|||
single process tied to a WSGI server, Django runs in three separate layers:
|
||||
|
||||
* Interface servers, which communicate between Django and the outside world.
|
||||
This includes a WSGI adapter as well as a separate WebSocket server - we'll
|
||||
cover this later.
|
||||
This includes a WSGI adapter as well as a separate WebSocket server - this is explained and covered in :ref:`run-interface-servers`.
|
||||
|
||||
* The channel backend, which is a combination of pluggable Python code and
|
||||
a datastore (e.g. Redis, or a shared memory segment) responsible for
|
||||
|
|
Loading…
Reference in New Issue
Block a user