Events2Join

Cloudflare's Durable Objects seem interesting from an architectural ...


Cloudflare's Durable Objects seem interesting from an architectural ...

The really interesting property of this product, to me, is that a durable object is a globally unique single thread of execution. Like, anyone ...

Durable Objects: Easy, Fast, Correct — Choose three

A Durable Object is a special kind of Cloudflare Worker that has access to persistent storage and processes requests in one of Cloudflare's points of presence.

Durable Objects — now Generally Available - The Cloudflare Blog

Our customers have also embraced Durable Objects. We've seen a major gaming company build their new backend architecture on Durable Objects — ...

Building Real-Time Applications with Cloudflare Durable Objects

Hello, developers and architects! In this video, you'll discover the power of Cloudflare Durable Objects. Learn how this technology allows ...

Proper Use of Cloudflare Durable Objects - Stack Overflow

You seem to have things mostly right. The TypeScript errors are probably because you haven't fully specified the type of the SITE_DATA_DO ...

Building a Cloudflare Durable Objects Alternative in Go - Mind of Dan

Cloudflare Durable Objects might be my favorite infrastructure in recent years. The ability to be able to quickly define a consistent single-shot view of ...

Zero-latency SQLite storage in every Durable Object

For useful background on the first version of Durable Objects take a look at Cloudflare's durable multiplayer moat by Paul Butler, who digs ...

Workers Durable Objects Beta: A New Approach to Stateful Serverless

Automatically moving objects to be near the computation that needs it, is a long-standing dream. It's awesome to see that Cloudflare is giving it a try!

Durable Objects - Everything Everywhere All At Once For Not Very ...

The video focuses on Durable Objects, a technology by Cloudflare that enables the creation of stateful, collaborative applications. These objects provide a ...

Building Waiting Room on Workers and Durable Objects

Durable Objects don't magically solve this. They do make "chunks" much more explicit, which might make it easier to think about how to build a ...

What are Durable Objects? | Build a Video Call App Part 2 - YouTube

Building stateful apps on a serverless architecture has been difficult until Cloudflare's Durable Objects - a powerful API that enables you ...

Durable Objects (DO) — Unlimited single-threaded servers spread ...

TL;DR Durable Objects (DO) are built ontop of Cloudflare Workers (edge compute). Each DO instance has its own durable storage persisted ...

About CloudFlare's Durable Objects - PretzelBox

One good thing did come out of it though. My earlier, limited, and flawed understanding of DOs led me to look at technologies like CRDTs because I was ...

Cloudflare Worker Adapter - Durable Objects · Issue #1712 - GitHub

Please describe. Cloudflare recently introduced the ability to maintain websocket connections with workers, in addition to a stateful storage ...

The future of serverless stateful apps - Cloudflare Durable Objects

Cloudflare durable objects is a new tech enabling the power of serverful apps in a serverless environment. In this video, let's explore ...

Building Multiplayer Applications with Cloudflare Workers & Durable ...

Durable Objects are a key feature of Cloudflare Workers, designed to simplify the development of collaborative applications like document ...

cloudflare Durable Objects update object value - Stack Overflow

get() the key, modify it, and then write the modified version back. This may sound inefficient, but keep in mind that commonly-accessed keys ...

Introduction to Durable Objects | Build a Video Call App Part 1

... Cloudflare Durable Objects. In this episode, we will present an overview of the final project, discuss its underlying architecture, and ...

Cloudflare's durable multiplayer moat - Browsertech Digest

Cloudflare's dominance in this niche comes from a feature called Durable Objects, which implements an abstraction that is both unique among cloud providers, ...

Bring y-websocket to Cloudflare workers - Yjs Community

One interesting approach here is to use CloudFlare Durable Objects as the durable ... appear to provide any sort of performance scalability ...