You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: