Django ASGI (HTTP/WebSocket) server
Project description
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.
Running
Simply point Daphne to your ASGI channel layer instance, and optionally set a bind address and port (defaults to localhost, port 8000):
daphne -b 0.0.0.0 -p 8001 django_project.asgi:channel_layer
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
daphne-0.10.0.tar.gz
(7.8 kB
view details)
Built Distribution
File details
Details for the file daphne-0.10.0.tar.gz
.
File metadata
- Download URL: daphne-0.10.0.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e73d6e57cb8d7d9934ff8def98620cf992f0c4055fa790ce8112ebc00351c847
|
|
MD5 |
47b843c9808bb8565ed425b8fe730cad
|
|
BLAKE2b-256 |
a6c265b333b09b6e24ec7a3bd6e94b7639e240356b590c586451e26f14de81f7
|
File details
Details for the file daphne-0.10.0-py2.py3-none-any.whl
.
File metadata
- Download URL: daphne-0.10.0-py2.py3-none-any.whl
- Upload date:
- Size: 11.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
76955ec307ad661d37f0f8a7dfaf6ffea7efcc37c0c65242ba27c4719a8ed9dd
|
|
MD5 |
f9c5b7cd992c4702ff9b072f09634e29
|
|
BLAKE2b-256 |
5d28c9a2d809da97bad3a10389f7bf0d85d122e944d48ad56db0a63dbd0b8cd5
|