Changes between Version 1 and Version 2 of ChannelsTasks


Ignore:
Timestamp:
May 4, 2016, 2:16:48 PM (8 years ago)
Author:
Andrew Godwin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChannelsTasks

    v1 v2  
    55== Tasks ==
    66
    7 * HTTP/2 support for Daphne (based on upcoming Twisted HTTP/2 support) (https://github.com/andrewgodwin/channels/issues/14)
     7High prority:
     8
     9* Full test suite for Daphne HTTP/WS encoding to ASGI
     10* Tests for runserver and runworker
     11* Tests for file and streaming response handling inside Django
     12
     13Medium priority:
    814* Generic WebSocket and base consumers
    9 * Messaging (IRC/Slack/etc.) interface server and ASGI spec extension
    10 * Full test suite for Daphne HTTP/WS encoding to ASGI
    11 * Tests for file and streaming response handling inside Django
    12 * Port Daphne to run on asyncio or write a second ASGI HTTP/WS interface server on it
    1315* Additional tutorials (written or video)
    1416* Scheduled task/delay interface server (https://github.com/andrewgodwin/channels/issues/115)
    1517* Automated load testing setup and runner based on AWS/Azure/etc (https://github.com/andrewgodwin/channels/issues/28)
    1618* In-page debugging help for websocket consumers (ideas and implementation needed)
     19
     20Low priority:
     21
     22* HTTP/2 support for Daphne (based on upcoming Twisted HTTP/2 support) (https://github.com/andrewgodwin/channels/issues/14)
     23* Messaging (IRC/Slack/etc.) interface server and ASGI spec extension
     24* Port Daphne to run on asyncio or write a second ASGI HTTP/WS interface server on it
    1725
    1826
Back to Top