Version 8 (modified by Andrew Godwin, 8 years ago) ( diff )

--

For information about contributing to Channels and getting paid, please see the Channels contribution documentation at http://channels.readthedocs.io/en/latest/contributing.html

The list of tasks that was previously here has now been merged into the GitHub issues for the relevant package, so all eligible work is in one place; you can see them at:

  • Channels issues <https://github.com/django/channels/issues/>_, for the Django integration and overall project efforts
  • Daphne issues <https://github.com/django/daphne/issues/>_, for the HTTP and Websocket termination
  • asgiref issues <https://github.com/django/asgiref/issues/>_, for the base ASGI library/memory backend
  • asgi_redis issues <https://github.com/django/asgi_redis/issues/>_, for the Redis channel backend
  • asgi_ipc issues <https://github.com/django/asgi_ipc/issues/>_, for the POSIX IPC channel backend
Note: See TracWiki for help on using the wiki.
Back to Top