blacksheep — Easy Playground
Fast async ASGI web framework inspired by ASP.NET Core
Getting started with blacksheepRun locally
Install
pip install blacksheepPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: blacksheep)
blacksheep is a third-party package. Fast async ASGI web framework inspired by ASP.NET Core. Install with: pip install blacksheep
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?