I am writing a fullstack app. I am going to host the Rust backend at fly.io.
Is it a good idea to host the frontend at GitHub Pages? (because they are free)
I am writing a fullstack app. I am going to host the Rust backend at fly.io.
Is it a good idea to host the frontend at GitHub Pages? (because they are free)
I would go with cloudflare workers instead
the fly.io way to do this would be to host your frontend through Tigris on your Fly app: https://fly.io/docs/reference/configuration/#serving-statics-from-tigris-object-storage
with this you could deploy both the backend and frontend at the same time with only the fly deploy command.
github pages or cloudflare pages or other similar services are good too if you prefer! https://litestream.io is hosted on github pages.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.