File: community.rst

package info (click to toggle)
python-django-channels 3.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 896 kB
  • sloc: python: 3,123; makefile: 154; sh: 6
file content (24 lines) | stat: -rw-r--r-- 1,380 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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.
* 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.

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