quart — Easy Playground
Async reimplementation of Flask using ASGI instead of WSGI
Getting started with quartRun locally
Install
pip install quartPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: quart)
quart is a third-party package. Async reimplementation of Flask using ASGI instead of WSGI. Install with: pip install quart
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?