AI Weekly Malaysia

Back to items Summaries

Node.js creator liberates Durable Objects from Cloudflare

ID
13691
Status
summarized
Published
13 Aug 2026, 4:15 AM
Fetched
13 Aug 2026, 6:05 AM
Provider
The Register
Category
technology
Original URL
https://www.theregister.com/devops/2026/08/12/nodejs-creator-liberates-durable-objects-from-cloudflare-with-celld/5286954
Source URL
https://www.theregister.com/headlines.atom

Summary

Score
7.5
Created
13 Aug 2026, 6:06 AM
Tags
Audience
developersvibe_codersai_agent_userssaas_founders

What happened

Node.js creator Ryan Dahl unveiled celld, a self-hosted, distributed implementation of Cloudflare's Durable Objects and Workers that is API-compatible with Cloudflare's JavaScript APIs but claims to be significantly cheaper to run on your own infrastructure. Durable Objects co-locate compute with per-object SQLite storage and use single-threaded execution to simplify concurrency, making them well-suited for real-time collaborative apps, multiplayer games, and AI agents.

Why it matters

If you're building real-time or stateful serverless apps on Cloudflare Durable Objects, celld gives you a migration path off Cloudflare's infrastructure without rewriting your code, which matters for cost control and avoiding vendor lock-in. Malaysian founders running collaborative or AI agent workloads should evaluate whether self-hosting celld reduces their cloud bill compared to Cloudflare's per-request pricing, especially if they already have server capacity or use a cheaper regional cloud provider.

Discussion angle

Compare the real cost of self-hosting celld (servers, ops overhead, SQLite replication) against Cloudflare's Durable Objects pricing for a typical Malaysian startup workload — is the savings real after you factor in the engineering time to manage your own distributed infrastructure?

Top