|
|
|
|
|
by Sytten
1252 days ago
|
|
We try to do most of the heavy lifting in Rust in the backend and we only lazy load what is needed in the frontend. We found this is a good compromise that allows us to move faster on a multiplatform UI while not consuming too much resources. The backend will run on any cheap VPS perfectly well. |
|