WebSockets

Packages related to WebSockets.

17 Packages
5 Features

Search & Filter

Developer-friendly asynchrony for Django

6,347
Stars
821
Forks
30
Usage
Py3
Status Production/Stable
Version 4.3.2
Updated 24 Apr 2026
License BSD
Commits
Features
Asynchronous mechanism
asyncio (Python 3.4 standard library)
Transport
Protocol: DDP
Protocol: WAMP
Integrated WebSockets

Rust-powered API framework for Django achieving 60k+ RPS. Uses Actix Web for HTTP, PyO3 for Python bridging, msgspec for serialization. Decorator-based routing with built-in auth and middleware.

1,471
Stars
71
Forks
0
Usage
Py3
Status Alpha
Version 0.8.0
Updated 2 May 2026
License MIT
Commits
Features
Asynchronous mechanism
Transport
Protocol: DDP
Protocol: WAMP
Integrated WebSockets

Websockets for Django applications using Redis as message queue

900
Stars
220
Forks
7
Usage
Py3
Status Beta
Version 0.6.0
Updated 3 Mar 2025
License MIT
Commits
Features
Asynchronous mechanism
Gevent
Transport
Redis Pub/Sub
Protocol: DDP
Protocol: WAMP
Integrated WebSockets

Redis channel layer backend for Django Channels

640
Stars
198
Forks
0
Usage
Py3
Status Unknown
Version 4.3.0
Updated 8 Oct 2025
License BSD
Commits
Features
Asynchronous mechanism
Transport
Protocol: DDP
Protocol: WAMP
Integrated WebSockets

Extends django-channels to ease the interactions between the server and the clients

11
Stars
6
Forks
0
Usage
Py3
Status Production/Stable
Version 1.2.5
Updated 1 Mar 2026
License CECILL-B
Commits
Features
Asynchronous mechanism
Transport
Protocol: DDP
Protocol: WAMP
Integrated WebSockets
8
Stars
1
Forks
0
Usage
Py3
Status Unknown
Version 0.3.0
Updated 23 Jul 2025
License UNKNOWN
Commits
Features
Asynchronous mechanism
Transport
Protocol: DDP
Protocol: WAMP
Integrated WebSockets

Showing 6 of 17 packages in this grid.

View All Packages

Features Being Compared

5 features

Asynchronous mechanism

Framework or service used to provide multiple asynchronous WebSocket connections (like Tornado or Gevent)

Transport

Transport level between synchronous Django and asynchronous part (like Redis, ZMQ, HTTP)

Protocol: DDP

Supports the DDP protocol, allowing for realtime, latency compensated pub/sub and RPC. https://www.meteor.com/ddp

Protocol: WAMP

Supports the WAMP protocol, providing realtime pub-sub and RPC over WebSockets. http://wamp-proto.org/

Integrated WebSockets

Support for WebSockets is integrated into the service, so that WebSockets and HTTP connections may terminate on the same host, port and daemon.