Is custom server code available? - Flask in Python
Hello!
Is it possible to host a website using a custom webserver script that I wrote on Python? If Python isn't available, I could try to "translate" it to a different languaje, if it's available.
I had done another post asking about hosting a Discord bot that included a Flask server, which I was told that it wasn't possible to host the bot here, but I didn't understand what about custom server script.
4 Replies
You can’t run anything in Python at runtime
Whether that is a Discord Bot, or a Flask Server
Is there any other languaje available to use then?
There JavaScript, and Rust
Theoretically, any language that can compile to WASM/JS should work
But that could be a pain to set up
you could try writing javascript for cloudflare workers