Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Matrix and MQTT servers / consumers to Community Projects #1899

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/community.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ These projects from the community are developed on top of Channels:
* 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.
* matrix-asgi_, an interface server and matching generic consumer for the Matrix protocol.
* mqttasgi_, an interface server and matching generic consumer for the MQTT protocol.

Community Tutorials
===================
Expand All @@ -32,3 +34,5 @@ If you'd like to add your project, please submit a PR with a link and brief desc
.. _channels-demultiplexer: https://github.com/csdenboer/channels-demultiplexer
.. _kafka-integration: https://gist.github.com/aryan340/da071d027050cfe0a03df3b500f2f44b
.. _channels_postgres: https://github.com/danidee10/channels_postgres
.. _matrix-asgi: https://github.com/nim65s/matrix-asgi
.. _mqttasgi: https://github.com/sivulich/mqttasgi