Closed JacobCoffee closed 1 year ago
Another idea architecturally would be to just have the bot made API calls to a Litestar API that can be scaled as needed. This way we could showcase Litestar in action, explore different design patterns, scale better, etc.
We should avoid any inter-domain dependencies in case we separated from the monorepo pattern.
Summary
After some testing it seems we can do what we want.
We should clean things up to start building upon.
def run
web/
against the latest fullstack referenceBasic Example
something like this, I think
Drawbacks and Impact
No response
Unresolved questions
No response