From 2533f0c3f11d2991007375a1d62a32db5043fc08 Mon Sep 17 00:00:00 2001 From: Vadim Klimenko Date: Mon, 13 Nov 2017 14:36:07 +0200 Subject: [PATCH] Add Django-channels to WebSocket section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 01392d2e..ec698d1c 100644 --- a/README.md +++ b/README.md @@ -1220,6 +1220,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [AutobahnPython](https://github.com/crossbario/autobahn-python) - WebSocket & WAMP for Python on Twisted and [asyncio](https://docs.python.org/3/library/asyncio.html). * [Crossbar](https://github.com/crossbario/crossbar/) - Open-source Unified Application Router (Websocket & WAMP for Python on Autobahn). +* [django-channels](https://github.com/django/channels) - Developer-friendly asynchrony for Django * [django-socketio](https://github.com/stephenmcd/django-socketio) - WebSockets for Django. * [WebSocket-for-Python](https://github.com/Lawouach/WebSocket-for-Python) - WebSocket client and server library for Python 2 and 3 as well as PyPy.