mirror of
https://github.com/django/daphne.git
synced 2025-07-10 16:02:18 +03:00
Add missing work to concepts.rst
This commit is contained in:
parent
40b2348600
commit
1368e865d2
|
@ -128,7 +128,7 @@ However, the crucial part is that you can run code (and so send on channels) in
|
||||||
response to any event - and that includes ones you create. You can trigger
|
response to any event - and that includes ones you create. You can trigger
|
||||||
on model saves, on other incoming messages, or from code paths inside views
|
on model saves, on other incoming messages, or from code paths inside views
|
||||||
and forms. That approach comes in handy for push-style
|
and forms. That approach comes in handy for push-style
|
||||||
code - where you WebSockets or HTTP long-polling to notify
|
code - where you use WebSockets or HTTP long-polling to notify
|
||||||
clients of changes in real time (messages in a chat, perhaps, or live updates
|
clients of changes in real time (messages in a chat, perhaps, or live updates
|
||||||
in an admin as another user edits something).
|
in an admin as another user edits something).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user