mirror of
https://github.com/vinta/awesome-python.git
synced 2025-02-17 15:55:47 -05:00
Merge pull request #976 from Vadimkin/websocket-django-channels
Add Django-channels to WebSocket section
This commit is contained in:
commit
6ecbd30039
1 changed files with 1 additions and 0 deletions
|
@ -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).
|
* [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).
|
* [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.
|
* [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.
|
* [WebSocket-for-Python](https://github.com/Lawouach/WebSocket-for-Python) - WebSocket client and server library for Python 2 and 3 as well as PyPy.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue