Welcome to Chanx Documentation ============================== .. include:: ../README.rst Contents -------- .. toctree:: :maxdepth: 1 :caption: Getting Started introduction installation configuration quick-start-django quick-start-fastapi .. toctree:: :maxdepth: 2 :caption: User Guide user-guide/prerequisites user-guide/consumers-decorators user-guide/mixins user-guide/asyncapi user-guide/testing user-guide/framework-integration user-guide/client-generator comparison .. toctree:: :maxdepth: 1 :caption: Django Tutorial tutorial-django/prerequisites tutorial-django/cp0-initial-setup tutorial-django/cp1-chat-websocket tutorial-django/cp2-assistants-websocket tutorial-django/cp3-system-websocket tutorial-django/cp4-integration-tests .. toctree:: :maxdepth: 1 :caption: FastAPI Tutorial tutorial-fastapi/prerequisites tutorial-fastapi/cp1-system-echo tutorial-fastapi/cp2-room-chat tutorial-fastapi/cp3-background-jobs tutorial-fastapi/cp4-multi-layer tutorial-fastapi/cp5-testing .. toctree:: :maxdepth: 1 :caption: Examples examples/django examples/fastapi .. toctree:: :maxdepth: 2 :caption: API Reference reference/core reference/messages reference/routing reference/asyncapi reference/channels reference/fast-channels reference/utils reference/testing .. toctree:: :maxdepth: 1 :caption: Development contributing changelog