You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: