I used to do use Remix + PG on CF Workers with node_compat. The performance sucked, and I wouldn't r
I used to do use Remix + PG on CF Workers with node_compat. The performance sucked, and I wouldn't recommend it. Or at least you should opt in for a serverless Postgres like https://neon.tech, or maybe Durable Objects (I haven't tried them so idk how they are). Overall, I recommend using things like Google Cloud Run to deploy such apps. I'd argue that even serverless Postgres would slow your app down a lot with its cold starts.



