Packages related to WebSockets.
Package | channels | Django Websocket Redis | Django Instant | df_websockets | django-private-chat |
---|
Package | channels | Django Websocket Redis | Django Instant | df_websockets | django-private-chat |
---|---|---|---|---|---|
Description |
Developer-friendly asynchrony for Django |
Websockets for Django applications using Redis as message queue |
Websockets for Django with Centrifugo |
Extends django-channels to ease the interactions between the server and the clients |
(Deprecated - Please check out https://github.com/Bearle/django_private_chat2) Django one-to-one Websocket-based Asyncio-handled chat, developed by Bearle team |
Category | App | App | App | App | App |
# Using This |
30
![]() |
7
![]() |
0
![]() |
0
![]() |
32
![]() |
Python 3? | |||||
Development Status | Production/Stable | Beta | Beta | Production/Stable | Alpha |
Last updated | Sept. 5, 2023, 2 a.m. | May 3, 2023, 4:55 p.m. | Dec. 19, 2022, 6:02 a.m. | July 8, 2023, 8:13 a.m. | March 21, 2021, 3:02 a.m. |
Version | 4.0.0 | 0.6.0 | 4.2.0 | 1.0.8 | 0.3.0 |
Repo | GitHub | GitHub | GitHub | GitHub | GitHub |
Commits | |||||
Stars | 5,735 | 886 | 122 | 8 | 420 |
Repo Forks | 788 | 224 | 13 | 7 | 133 |
Participants |
andrewgodwin
carltongibson Krukov smorokin adamchainz proofit404 smithdc1 matthiask michael-k fcurella more... |
jrief
nanuxbe yguarata charleswhchan ErwinJunge roidelapluie gtnx gitaarik erikreed mlambir more... |
synw
tboulogne mbeacom terminator14 |
d9pouces
dependabot[bot] |
delneg
oleg-myltsyn grantal dependabot[bot] GauravJ3 tr0nand mekicha ineshbose karinakozarova MattBrown88 more... |
Documentation | 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 |