Topic
Xpresso: an extensible and composable ASGI framework
By: Adrian Garcia Badaracco
Date: April 14, 2022, 6 p.m.
Xpresso is an extensible and composable ASGI web framework, inspired by FastAPI.
It improves on FastAPI by decoupling the dependency injection from the request/response paradigm and decoupling the framework from Pydantic, using PEP 593 annotations. This enables many nice features, like a more flexible dependency injection system, concurrent execution of dependencies and much more customizable processing of request parameters and bodies.