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 Server-Sent Events (SSE) protocol.
* DjangoChannelsRestFramework_, a framework that providers DRF like consumers for channels.
* ChannelsMultiplexer_, a JsonConsumer Multiplexer for channels.
* DjangoChannelsIRC_, an interface server and matching generic consumers for IRC.

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
