-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Description
Feature Request
Django has started to making Django fully async-capable, so Buildly Core should start the migration and work as an ASGI application.
Proposal
Django has started making Django fully async-capable by providing support for running as an ASGI application in addition to the existing WSGI support.
Initially Buildly Core with the new Django version the async support only applies to the outer ASGI application., because asynchronous Django middleware, views, etc. are not yet supported. But we can start using ASGI middleware around Buildly Core, allowing us to combine it with other ASGI frameworks.