daphne

Package — ServerPython 3.7+Advanced

Django Channels ASGI server for WebSocket and HTTP/2

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
asgiref, autobahn, twisted
Install
pip install daphne

Learn by Difficulty

Quick Example

python
# Install: pip install daphne
import daphne

# Basic daphne usage
print(f"Using daphne")
# See documentation for detailed examples

daphne is a third-party package. Django Channels ASGI server for WebSocket and HTTP/2. Install with: pip install daphne

Try in Playground

Tags

packageserverasgiwsgideployment