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.1.tar.gz
(9.4 kB
view details)
Built Distribution
File details
Details for the file daphne-0.11.1.tar.gz
.
File metadata
- Download URL: daphne-0.11.1.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d0b1f8245e3711e0e125804fbfb83d164d225e3c1e862539694e83c85f6556d2
|
|
MD5 |
579a3e40658f0c4035e869eb270dbecf
|
|
BLAKE2b-256 |
8146e5bfdcf99feb5572773f1a39147577c0e5feda2fc7b3ed9609c492b5bc81
|
File details
Details for the file daphne-0.11.1-py2.py3-none-any.whl
.
File metadata
- Download URL: daphne-0.11.1-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 |
0f7a3272932e75de2e73024102ea49295b99bd52e8f39b6887a839c80ce06326
|
|
MD5 |
a8c41200e8dc2140f5973669cd25722c
|
|
BLAKE2b-256 |
30c52b196da78bf02d24b9ae0e7d2b44b42049c89c0835bad9f728ebd03ae0bf
|