1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Community Projects
==================
These projects from the community are developed on top of Channels:
* Beatserver_, a periodic task scheduler for Django Channels.
* EventStream_, a library to push data using the Server-Sent Events (SSE) protocol.
* DjangoChannelsRestFramework_, a framework that provides DRF-like consumers for Channels.
* ChannelsMultiplexer_, a JsonConsumer Multiplexer for Channels.
* DjangoChannelsIRC_, an interface server and matching generic consumers for IRC.
* Apollo_, a real-time polling application for corporate and academic environments.
* DjangoChannelsJsonRpc_, a wrapper for the JSON-RPC protocol.
* channels-demultiplexer_, a (de)multiplexer for ``AsyncJsonWebsocketConsumer`` consumers.
* channels_postgres_, a Django Channels channel layer that uses PostgreSQL as its backing store.
* channels-auth-token-middlewares_, Django REST framework token authentication middleware and
* channels-valkey_, a Django Channels channel layer that uses valkey as it's backing store.
SimpleJWT_ middleware, such as QueryStringSimpleJWTAuthTokenMiddleware_ for WebSocket
authentication.
If you'd like to add your project, please submit a PR with a link and brief description.
.. _Beatserver: https://github.com/rajasimon/beatserver
.. _EventStream: https://github.com/fanout/django-eventstream
.. _DjangoChannelsRestFramework: https://github.com/hishnash/djangochannelsrestframework
.. _ChannelsMultiplexer: https://github.com/hishnash/channelsmultiplexer
.. _DjangoChannelsIRC: https://github.com/AdvocatesInc/django-channels-irc
.. _Apollo: https://github.com/maliesa96/apollo
.. _DjangoChannelsJsonRpc: https://github.com/millerf/django-channels2-jsonrpc
.. _channels-demultiplexer: https://github.com/csdenboer/channels-demultiplexer
.. _kafka-integration: https://gist.github.com/aryan340/da071d027050cfe0a03df3b500f2f44b
.. _channels_postgres: https://github.com/danidee10/channels_postgres
.. _channels-auth-token-middlewares: https://github.com/YegorDB/django-channels-auth-token-middlewares
.. _channels-valkey: https://github.com/amirreza8002/channels_valkey
.. _SimpleJWT: https://github.com/jazzband/djangorestframework-simplejwt
.. _QueryStringSimpleJWTAuthTokenMiddleware: https://github.com/YegorDB/django-channels-auth-token-middlewares/tree/master/tutorial/drf#querystringsimplejwtauthtokenmiddleware
|