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 😁
Replying to @zebassembly
We've recently rebuilt @AppearAPI in similar way. Using @tinybasejs as sync engine to push data to Durable Objects and let users fetch them from there. It's harder than it looks but it's 100% worth it.

Jun 28, 2025 · 11:38 AM UTC

3
8