daphne
Django Channels HTTP/WebSocket server
Install
- All systems
-
curl cmd.cat/daphne.sh
- Debian
-
apt-get install daphne
- Ubuntu
-
apt-get install daphne
- Kali Linux
-
apt-get install daphne
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install daphne
- Dockerfile
- dockerfile.run/daphne
daphne
Django Channels HTTP/WebSocket server
Daphne is a HTTP, HTTP2 and WebSocket protocol server for ASGI, and developed to power Django Channels. It supports automatic negotiation of protocols; there's no need for URL prefixing to determine WebSocket endpoints versus HTTP endpoints.