mirror of
https://github.com/django/daphne.git
synced 2025-07-10 16:02:18 +03:00
commit
a9a205c800
|
@ -10,7 +10,7 @@ but the modern Web includes things like WebSockets and HTTP2 server push,
|
||||||
which allow websites to communicate outside of this traditional cycle.
|
which allow websites to communicate outside of this traditional cycle.
|
||||||
|
|
||||||
And, beyond that, there are plenty of non-critical tasks that applications
|
And, beyond that, there are plenty of non-critical tasks that applications
|
||||||
could easily offload until after a response as been sent - like saving things
|
could easily offload until after a response has been sent - like saving things
|
||||||
into a cache or thumbnailing newly-uploaded images.
|
into a cache or thumbnailing newly-uploaded images.
|
||||||
|
|
||||||
Channels changes the way Django runs to be "event oriented" - rather than
|
Channels changes the way Django runs to be "event oriented" - rather than
|
||||||
|
|
Loading…
Reference in New Issue
Block a user