Been thinking a lot about data locality and frameworks recently, I think with Cloudflare's edge and Worker's ability to split the application into multiple isolates across multiple data-centers we're in a really unique position to make this really simple.
The edge can run your app by the user and by the database.
What if you could "use region" inside Worker to run certain functions in whatever region you want, close to your database for example 馃榿
Jun 28, 2025 路 12:51 AM UTC






