uvicornEasy Playground

Lightning-fast ASGI server on uvloop and httptools

Getting started with uvicornRun locally
Install
pip install uvicorn[standard]
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: uvicorn)

uvicorn is a third-party package. Lightning-fast ASGI server on uvloop and httptools. Install with: pip install uvicorn[standard]

Challenge

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