django-extensions / django-extensions

This is a repository for collecting global custom management extensions for the Django Framework.
https://django-extensions.readthedocs.io
MIT License
6.53k stars 1.15k forks source link

runserver_plus asgi support #1701

Open jayvdb opened 2 years ago

jayvdb commented 2 years ago

It is quite useful to run an ASGI server within runserver and its tight integration with django development workflows.

https://github.com/massover/asgi-runserver provides this, but doesnt work with runserver_plus.

ASGI will increasingly replace WSGI as it is a superset.

jayvdb commented 2 years ago

https://forum.djangoproject.com/t/adding-asgi-support-to-runserver/2446/11 has some interesting discussion about this.

tony commented 2 years ago

Cross-linking #901

Thanks for these links and it's good to rekindle the interest