Will it be a good idea to use the new DRF Async Views? #1990
Unanswered
mateokurti
asked this question in
General
Replies: 1 comment
-
There are no drawbacks to using ADRF with Django channels. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There has been some discussion on the DRF repository about adding support for asynchronous views. The decision (at least as for now) is to support async views through a third party package, adrf. I've tested it out and it works great and I've already made updated my code to be asynchronous for one viewset.
Now my question is, will it be a good idea to use it together with Django Channels? Is there any benefit or drawback on using it?
Beta Was this translation helpful? Give feedback.
All reactions