Skip to content
Merged
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
2 changes: 2 additions & 0 deletions docs/community.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Community Projects

These projects from the community are developed on top of Channels:

* Django-SIO_, Socket.IO for Django, powered by Channels and compatible with the official Socket.IO clients.
* 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.
Expand All @@ -26,6 +27,7 @@ These projects from the community are developed on top of Channels:

If you'd like to add your project, please submit a PR with a link and brief description.

.. _Django-SIO: https://django-sio.readthedocs.io/en/latest/
.. _Beatserver: https://github.com/rajasimon/beatserver
.. _EventStream: https://github.com/fanout/django-eventstream
.. _DjangoChannelsRestFramework: https://github.com/hishnash/djangochannelsrestframework
Expand Down
Loading