Skip to content

Commit bcc73a9

Browse files
huynguyengl99carltongibson
authored andcommitted
Add Chanx as community project
1 parent 0a4f2cb commit bcc73a9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/community.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)