Packages related to WebSockets.
Package | channels | Django Websocket Redis | django-private-chat | Django Instant | df_websockets | django-channels-handlers |
---|
Package | channels | Django Websocket Redis | django-private-chat | Django Instant | df_websockets | django-channels-handlers |
---|---|---|---|---|---|---|
Description |
Developer-friendly asynchrony for Django |
Websockets for Django applications using Redis as message queue |
(Deprecated - Please check out https://github.com/Bearle/django_private_chat2) Django one-to-one Websocket-based Asyncio-handled chat, developed by Bearle team |
Websockets for Django with Centrifugo |
Extends django-channels to ease the interactions between the server and the clients |
Django Channels consumers, without the Pain |
Category | App | App | App | App | App | Other |
# Using This |
30
![]() |
7
![]() |
32
![]() |
0
![]() |
0
![]() |
1
![]() |
Python 3? | ||||||
Development Status | Production/Stable | Beta | Alpha | Beta | Production/Stable | Alpha |
Last updated | March 9, 2023, 3:15 a.m. | Sept. 4, 2022, 4:36 p.m. | March 21, 2021, 3:02 a.m. | Dec. 19, 2022, 6:02 a.m. | Aug. 29, 2022, 3:50 p.m. | Sept. 26, 2020, 2:20 a.m. |
Version | 4.0.0 | 0.6.0 | 0.3.0 | 4.2.0 | 1.0.0 | 0.2.2 |
Repo | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub |
Commits | ||||||
Stars | 5,559 | 880 | 412 | 114 | 7 | 10 |
Repo Forks | 765 | 223 | 133 | 13 | 6 | 1 |
Participants |
andrewgodwin
carltongibson Krukov smorokin adamchainz proofit404 smithdc1 matthiask fcurella michael-k more... |
jrief
nanuxbe yguarata charleswhchan ErwinJunge roidelapluie gtnx gitaarik erikreed mlambir more... |
delneg
oleg-myltsyn grantal dependabot[bot] GauravJ3 tr0nand mekicha ineshbose karinakozarova MattBrown88 more... |
synw
tboulogne mbeacom terminator14 |
d9pouces
dependabot[bot] |
ferndot
dependabot[bot] |
Documentation | n/a | n/a | ||||
Integrated WebSockets | ||||||
Protocol: DDP | ||||||
Transport | Redis Pub/Sub | |||||
Protocol: WAMP | ||||||
Asynchronous mechanism | asyncio (Python 3.4 standard library) | Gevent |
Feature | Description |
---|---|
Integrated WebSockets | Support for WebSockets is integrated into the service, so that WebSockets and<br>HTTP connections may terminate on the same host, port and daemon. |
Protocol: DDP | Supports the DDP protocol, allowing for realtime, latency compensated pub/sub<br>and RPC.<br><br>https://www.meteor.com/ddp |
Transport | Transport level between synchronous Django and asynchronous part (like Redis,<br>ZMQ, HTTP) |
Protocol: WAMP | Supports the WAMP protocol, providing realtime pub-sub and RPC over<br>WebSockets.<br><br>http://wamp-proto.org/ |
Asynchronous mechanism | Framework or service used to provide multiple asynchronous WebSocket connections<br>(like Tornado or Gevent) |
Search Weight | Package | Description | Last PyPI release: | Repo Forks | Stars | |||
---|---|---|---|---|---|---|---|---|
{{ item.weight / max_weight * 100 | number:0 }}% | {{ item.title }} | Grid: {{ item.description }} | {{ item.last_released | date: 'mediumDate' }} | N/A | {{ item.repo_forks }} | N/A | {{ item.repo_watchers }} | N/A |