ASGI Servers¶
BlackSheep belongs to the category of
ASGI web frameworks, so it requires
an ASGI HTTP server to run, such as uvicorn, or
hypercorn. All examples in this
documentation use Uvicorn
, but the framework has been tested also with
Hypercorn
and should work with any server that implements ASGI.
Uvicorn¶
Hypercorn¶
Many details, such as how to run the server in production, depend on the chosen ASGI server.
Last modified on: 2025-04-13 20:47:26
RP