Skip to content

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


Uvicorn

Hypercorn


Hypercorn

Many details, such as how to run the server in production, depend on the chosen ASGI server.

Last modified on: 2022-01-29 11:24:25