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.11.2.tar.gz
(9.5 kB
view details)
Built Distribution
File details
Details for the file daphne-0.11.2.tar.gz
.
File metadata
- Download URL: daphne-0.11.2.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
43b9ca5878f07cc7f606f98a909da3586274bc4b10233a0f6ee4ddc1c806f712
|
|
MD5 |
ce04e89654f67f47ec10b2846682d370
|
|
BLAKE2b-256 |
912c4d5400cb3d6053a4847ad325677e349da4d78a709168816a3ddeddedeb77
|
File details
Details for the file daphne-0.11.2-py2.py3-none-any.whl
.
File metadata
- Download URL: daphne-0.11.2-py2.py3-none-any.whl
- Upload date:
- Size: 13.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
7ea57b3ccaca17adec99738509534495a2849437c2c1e5d2bbe852dd3d1b742a
|
|
MD5 |
025dc70bb41e222f9fcc29563432130f
|
|
BLAKE2b-256 |
8fd5a39930beb9a1b0487f806203c8039eb79427cc7438c766e9b9ccf5d241c0
|