Ryan Dahl open-sources Cloudflare Durable Objects alternative celld

TL;DR. Node.js creator Ryan Dahl released celld, an open-source, self-hosted implementation of Cloudflare's Durable Objects, offering stateful serverless execution without Cloudflare's infrastructure. - The celld project replicates the JavaScript APIs for Cloudflare Workers and Durable Objects, aiming for lower operational costs. - Durable Objects co-locates data with compute, enabling stateful serverless applications for real-time collaboration and AI agents. - Cloudflare itself uses Durable Objects for its serverless SQL service and AI Gateway, demonstrating the technology's relevance. - The architecture solves complex concurrency issues by using single-threaded execution, making it suitable for distributed systems.

Sources

Back to QLANKR News