Asunc in rest framework. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Asunc in rest framework.

Is it possible to somehow use asynchrony in the rest framework? are there ways? for example with celery or similar libraries

29th Sep 2023, 12:48 PM
Anonim
1 Answer
+ 1
Yes, you can introduce asynchronous behavior in Django Rest Framework (DRF). Celery is a popular choice for handling asynchronous tasks in Django applications.
29th Sep 2023, 1:00 PM
D1M3
D1M3 - avatar