1*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_CHANNELS 2*4882a593Smuzhiyun bool "python-channels" 3*4882a593Smuzhiyun depends on BR2_INSTALL_LIBSTDCPP # python-daphne -> python-autobahn -> python-cryptography 4*4882a593Smuzhiyun depends on BR2_PACKAGE_PYTHON3 # python-daphne 5*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_ASGIREF # runtime 6*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_DAPHNE # runtime 7*4882a593Smuzhiyun select BR2_PACKAGE_PYTHON_DJANGO # runtime 8*4882a593Smuzhiyun help 9*4882a593Smuzhiyun Channels augments Django to bring WebSocket, long-poll 10*4882a593Smuzhiyun HTTP, task offloading and other async support to your 11*4882a593Smuzhiyun code, using familiar Django design patterns and a 12*4882a593Smuzhiyun flexible underlying framework that lets you not only 13*4882a593Smuzhiyun customize behaviours but also write support for your 14*4882a593Smuzhiyun own protocols and needs. 15*4882a593Smuzhiyun 16*4882a593Smuzhiyun http://github.com/django/channels 17*4882a593Smuzhiyun 18*4882a593Smuzhiyuncomment "python-channels needs a toolchain w/ C++" 19*4882a593Smuzhiyun depends on !BR2_INSTALL_LIBSTDCPP 20*4882a593Smuzhiyun depends on BR2_PACKAGE_PYTHON3 21