ASGI Servers¶
BlackSheep is an ASGI web framework,
which requires an ASGI HTTP server to run, such as
Uvicorn, or
Hypercorn. All examples in this
documentation use Uvicorn
, but the framework has also been tested with
Hypercorn and should work with any server that implements the ASGI
specification.
Uvicorn¶
Hypercorn¶
Many details, such as how to run the server in production, depend on the chosen ASGI server.
Last modified on: 2025-04-22 08:29:25
RP