Django 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.8.2.tar.gz
(6.5 kB
view details)
File details
Details for the file daphne-0.8.2.tar.gz
.
File metadata
- Download URL: daphne-0.8.2.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e0a16b786eec0132a14a05b8ed6bb00c2c4cfccc16caa6311075aa41eb7dde9a
|
|
MD5 |
106d5eaa593aaba1ee6ffed237904e6f
|
|
BLAKE2b-256 |
95d6064999c6d765d181c77cde00e8d05acd2993f7b310edad01e3011cfbd3a0
|