graphql-python / graphql-python/graphql-ws

ASGI app implementation

Open
#47 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
270
Forks
85
PR merge metrics
No merged PRs in 30d

Description

### 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](https://asgi.readthedocs.io/en/latest/specs/main.html).

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.