Python support on edge function
I'm currently working on the Edge function, but some of the capabilities aren't available yet, like download an YouTube video. Is there a way to use Python in an edge function or something different than an edge function that can function as a backend hosting with supabase? Because I want to avoid other platforms for my backend for simplicity.
1 Reply
No.
Supabase edge functions are Deno (Typescript/JS).
They are not designed to be a backend total solution for hosting an app and don't run long enough to do so.
The also can't serve html files unless Pro with the custom domain option.