Hermes Wiki

Web Frameworks

FastAPI, Django, Flask — request lifecycle, dependency injection, middleware.

Why we need this / what value this brings

FastAPI is Localz's backend framework — understanding its dependency-injection and async model directly informs how that service should be built.

When to use this

Any new Localz backend feature, or evaluating a framework for a greenfield service.

How to use or implement this

FastAPI's Depends() system, Pydantic request/response models, Starlette under the hood for async/WebSockets.

Research questions

  • (add as research surfaces open questions)

Empty folder — drop notes, links, and findings here as you research.

Hermes Wiki