channels

Developer-friendly asynchrony for Django

  • 所有者: django/channels
  • 平台:
  • 许可证: BSD 3-Clause "New" or "Revised" License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Django Channels

.. image:: https://api.travis-ci.org/django/channels.svg
:target: https://travis-ci.org/django/channels

.. image:: https://readthedocs.org/projects/channels/badge/?version=latest
:target: https://channels.readthedocs.io/en/latest/?badge=latest

.. image:: https://img.shields.io/pypi/v/channels.svg
:target: https://pypi.python.org/pypi/channels

.. image:: https://img.shields.io/pypi/l/channels.svg
:target: https://pypi.python.org/pypi/channels

Channels augments Django to bring WebSocket, long-poll HTTP,
task offloading and other async support to your code, using familiar Django
design patterns and a flexible underlying framework that lets you not only
customize behaviours but also write support for your own protocols and needs.

Documentation, installation and getting started instructions are at
https://channels.readthedocs.io

Channels is an official Django Project and as such has a deprecation policy.
Details about what's deprecated or pending deprecation for each release is in
the release notes <http://channels.readthedocs.io/en/latest/releases/index.html>_.

Support can be obtained through several locations - see our
support docs <https://channels.readthedocs.io/en/latest/support.html>_ for more.

You can install channels from PyPI as the channels package.
See our installation <https://channels.readthedocs.io/en/latest/installation.html>_
and tutorial <https://channels.readthedocs.io/en/latest/tutorial/index.html>_ docs for more.

Dependencies

All Channels projects currently support Python 3.5 and up. channels is
compatible with Django 2.2 and 3.0.

Contributing

To learn more about contributing, please read our contributing docs <https://channels.readthedocs.io/en/latest/contributing.html>_.

Maintenance and Security

To report security issues, please contact security@djangoproject.com. For GPG
signatures and more security process information, see
https://docs.djangoproject.com/en/dev/internals/security/.

To report bugs or request new features, please open a new GitHub issue. For
larger discussions, please post to the
django-developers mailing list <https://groups.google.com/d/forum/django-developers>_.

Maintenance is overseen by Carlton Gibson with help from others. It is a
best-effort basis - we unfortunately can only dedicate guaranteed time to fixing
security holes.

If you are interested in joining the maintenance team, please
read more about contributing <https://channels.readthedocs.io/en/latest/contributing.html>_
and get in touch!

Other Projects

The Channels project is made up of several packages; the others are:

  • Daphne <https://github.com/django/daphne/>_, the HTTP and Websocket termination server
  • channels_redis <https://github.com/django/channels_redis/>_, the Redis channel backend
  • asgiref <https://github.com/django/asgiref/>_, the base ASGI library/memory backend

主要指标

概览
名称与所有者django/channels
主编程语言Python
编程语言Python (语言数: 1)
平台
许可证BSD 3-Clause "New" or "Revised" License
所有者活动
创建于2015-06-03 17:16:20
推送于2025-05-18 06:14:35
最后一次提交
发布数72
最新版本名称4.2.2 (发布于 2025-03-30 16:58:03)
第一版名称0.1 (发布于 )
用户参与
星数6.2k
关注者数157
派生数820
提交数1.3k
已启用问题?
问题数1278
打开的问题数86
拉请求数563
打开的拉请求数26
关闭的拉请求数144
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?