daphneEasy Playground

Django Channels ASGI server for WebSocket and HTTP/2

Getting started with daphneRun locally
Install
pip install daphne
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: daphne)

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

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?