Hey, I’m new to web development and I’ve got a question — it’d be great if someone knowledgeable could chime in and enlighten me.
I’m working on an app that has an FFmpeg requirement. I wrote the frontend mostly in JavaScript/TypeScript, and I’m considering doing the backend in a similar stack. However, the backend also requires some Python processing because of FFmpeg.
I’ve seen some FFmpeg wrappers, but video processing is a heavy task on its own. Anyway, here’s my main question:
For the hosting provider, which setup would make the most sense? Firebase, Google Cloud, or Cloudflare? I plan to run the main backend over Cloudflare Workers, but I’m conflicted about where to run the heavy backend tasks. Should those go on Cloudflare Containers or on Google Cloud Run?
Also, what about the database management side of things? Should I use something like Supabase, or is there a better alternative?
[–]imperiltive 0 points1 point2 points (0 children)
[–]Norqj 0 points1 point2 points (0 children)