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.9.1.tar.gz
(7.1 kB
view details)
File details
Details for the file daphne-0.9.1.tar.gz
.
File metadata
- Download URL: daphne-0.9.1.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ec16d8056c663d5bab5711b043bda3782e3907de3883e77373314a45a62f530 |
|
MD5 | 3c9a13f2a0285d6727511915decc510e |
|
BLAKE2b-256 | ed17c0dd0bc74682a36e3ea55f18653f3c5cb62456b1e5f7ddc0045c26e000f5 |