I’m considering building a full stack application with Leptos and Axum and I’m wondering if the paradigm supports multiple backend servers running concurrently and interacting with a shared database?
Or am I limited to one monolithic server for all web requests?
If this is all possible, is it easy to achieve? How would I go about implementing it?