What is synchronous and asynchronous in Django?

Django itself is synchronous . each HTTP request will be handled completely synchronously. However you have extensions like django-channels ( https://github.com/django/channels ) , which are asynchronous and are intended for web sockets / etc.24 Eki 2019

Sizin İçin Seçtik  What is Django async?

Leave a Reply

Your email address will not be published. Required fields are marked *