responder — Easy Playground
ASGI web framework combining best ideas from Flask and Falcon
Getting started with responderRun locally
Install
pip install responderPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: responder)
responder is a third-party package. ASGI web framework combining best ideas from Flask and Falcon. Install with: pip install responder
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?