Changes between Version 1 and Version 2 of ChannelsTasks
- Timestamp:
- May 4, 2016, 2:16:48 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ChannelsTasks
v1 v2 5 5 == Tasks == 6 6 7 * HTTP/2 support for Daphne (based on upcoming Twisted HTTP/2 support) (https://github.com/andrewgodwin/channels/issues/14) 7 High 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 13 Medium priority: 8 14 * Generic WebSocket and base consumers 9 * Messaging (IRC/Slack/etc.) interface server and ASGI spec extension10 * Full test suite for Daphne HTTP/WS encoding to ASGI11 * Tests for file and streaming response handling inside Django12 * Port Daphne to run on asyncio or write a second ASGI HTTP/WS interface server on it13 15 * Additional tutorials (written or video) 14 16 * Scheduled task/delay interface server (https://github.com/andrewgodwin/channels/issues/115) 15 17 * Automated load testing setup and runner based on AWS/Azure/etc (https://github.com/andrewgodwin/channels/issues/28) 16 18 * In-page debugging help for websocket consumers (ideas and implementation needed) 19 20 Low 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 17 25 18 26