@@ -6,6 +6,9 @@ These projects from the community are developed on top of Channels:
66* Beatserver _, a periodic task scheduler for Django Channels.
77* EventStream _, a library to push data using the Server-Sent Events (SSE) protocol.
88* DjangoChannelsRestFramework _, a framework that provides DRF-like consumers for Channels.
9+ * Chanx _, a batteries-included WebSocket framework providing automatic message routing, Pydantic validation,
10+ type safety, AsyncAPI documentation generation, and comprehensive testing utilities for Django Channels,
11+ FastAPI, and ASGI applications.
912* ChannelsMultiplexer _, a JsonConsumer Multiplexer for Channels.
1013* DjangoChannelsIRC _, an interface server and matching generic consumers for IRC.
1114* Apollo _, a real-time polling application for corporate and academic environments.
@@ -24,6 +27,7 @@ If you'd like to add your project, please submit a PR with a link and brief desc
2427.. _Beatserver : https://github.com/rajasimon/beatserver
2528.. _EventStream : https://github.com/fanout/django-eventstream
2629.. _DjangoChannelsRestFramework : https://github.com/hishnash/djangochannelsrestframework
30+ .. _Chanx : https://github.com/huynguyengl99/chanx
2731.. _ChannelsMultiplexer : https://github.com/hishnash/channelsmultiplexer
2832.. _DjangoChannelsIRC : https://github.com/AdvocatesInc/django-channels-irc
2933.. _Apollo : https://github.com/maliesa96/apollo
@@ -32,7 +36,7 @@ If you'd like to add your project, please submit a PR with a link and brief desc
3236.. _kafka-integration : https://gist.github.com/aryan340/da071d027050cfe0a03df3b500f2f44b
3337.. _channels_postgres : https://github.com/danidee10/channels_postgres
3438.. _channels-auth-token-middlewares : https://github.com/YegorDB/django-channels-auth-token-middlewares
35- .. _channels-valkey : https://github.com/amirreza8002/channels_valkey
39+ .. _channels-valkey : https://github.com/amirreza8002/channels_valkey
3640.. _SimpleJWT : https://github.com/jazzband/djangorestframework-simplejwt
3741.. _QueryStringSimpleJWTAuthTokenMiddleware : https://github.com/YegorDB/django-channels-auth-token-middlewares/tree/master/tutorial/drf#querystringsimplejwtauthtokenmiddleware
3842.. _types-channels : https://pypi.org/project/types-channels/
0 commit comments