Closed
Description
Current Situation
Right now we support the FastAPI server, but FastAPI is a high level interface on top of Starlette. We should support the more foundational Starlette server
Proposed Actions
Implement a Starlette server interface and perhaps refactor FastAPI support to rely on the more foundational Starlette implementation.
Work Items
- Implement Starlette server
- Refactor FastAPI to use new Starlette server interface