Quick plug I'll drop in here (I manage Cloudflare's Developer Advocacy team) - in addition to Durable Objects reaching GA, we also released a great open-source codebase today to help scale your Durable Objects-based projects.<p>It has built-in sharding and communication between connections/shards - basically how we would recommend people build with DO if they want to hit the ground running.<p>Check it out on GitHub! <a href="https://github.com/cloudflare/dog" rel="nofollow">https://github.com/cloudflare/dog</a>
Their chat demo is very nice, i'm not a javascript or a webdev guy, but i'm use to see bloat everywhere whenever someone mentions web stuff<p>> wrangler publish<p>> What are the dependencies?<p>> This demo code does not have any dependencies, aside from Cloudflare Workers (for the server side, chat.mjs) and a modern web browser (for the client side, chat.html). Deploying the code requires Wrangler.<p>I wish more people would care about that kind of details more<p>Well done
Just waiting on edge containers [1] now. Yes, I know the caveats, that it's not for lifting and shifting existing web apps. But I have a backend processing use case that would be a good fit.<p>[1]: <a href="https://blog.cloudflare.com/containers-on-the-edge/" rel="nofollow">https://blog.cloudflare.com/containers-on-the-edge/</a>
This seems like it could be a great platform to flesh out the collaborative Svelte REPL I’ve been working on. It’s using CRDTs over websockets with YJS driving Monaco, and I’ve been fiddling with different ways to keep track of rooms and users while keeping it serverless on the JAMStack. I’ve got Supabase handling auth and data storage, but this could be great glue for the final pieces if I’m understanding DO correctly, and even replace a lot of the need for Postgres outside of Auth.
Has anybody tried this and can share their experiences? It sounds really cool, but it's usually the edge cases that determine whether something like this is actually good or not. Thanks!