Changes between Version 3 and Version 4 of ChannelsTasks
- Timestamp:
- Jun 1, 2016, 12:42:30 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ChannelsTasks
v3 v4 14 14 15 15 Medium priority: 16 * Generic WebSocket and base consumers17 16 * Additional tutorials (written or video) 18 17 * Scheduled task/delay interface server (https://github.com/andrewgodwin/channels/issues/115) … … 24 23 * HTTP/2 support for Daphne (based on upcoming Twisted HTTP/2 support) (https://github.com/andrewgodwin/channels/issues/14) 25 24 * Messaging (IRC/Slack/etc.) interface server and ASGI spec extension 25 * Email interface server and ASGI spec extension 26 26 * Port Daphne to run on asyncio or write a second ASGI HTTP/WS interface server on it 27 27 … … 53 53 * Reference/Concepts documentation 54 54 * Example projects (channels-examples) 55 * Generic WebSocket and base consumers