Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ASGI app implementation #47

Open
DrPyser opened this issue Jun 17, 2020 · 0 comments
Open

ASGI app implementation #47

DrPyser opened this issue Jun 17, 2020 · 0 comments

Comments

@DrPyser
Copy link

DrPyser commented Jun 17, 2020

Description

Django channels implements the ASGI spec. Many other frameworks also implement that spec, and any ASGI-compliant "app" can be mounted as part of another ASGI app(though usually framework-specific integrations are created to better exploit framework-specific features).

Recent versions of django channels and Starlette implements ASGI 3.0.

An ASGI implementation should enable integration with django-channels, starlette(and starlette-based frameworks) and any other asgi-based frameworks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant