←back to thread

285 points ajhit406 | 1 comments | | HN request time: 0s | source
Show context
jwblackwell ◴[] No.41835303[source]
Does anyone else struggle to wrap their head around a lot of this new cloud stuff?

I have 15+ years experience of building for the web, using Laravel / Postgres / Redis stack and I read posts like this and just think, "not for me".

replies(1): >>41835404 #
djtango ◴[] No.41835404[source]
From the article:

> For useful background on the first version of Durable Objects take a look at Cloudflare's durable multiplayer moat by Paul Butler, who digs into its popularity for building WebSocket-based realtime collaborative applications.

First apps that come to mind that have RT collaboration:

- Google Docs/Sheets etc

- Notion

- Miro

- Figma

These are all global scale collaborative apps, I'm not sure a Laravel stack will support those use cases... Google had to in house everything and probably spearheaded the usage of CRDTs ( this is a guess!) but as the patterns emerge and the building blocks get SAASified, mass-RT collaboration no longer becomes a giant engineering problem and more and more interesting products get unlocked

replies(2): >>41835696 #>>41835771 #
1. fastball ◴[] No.41835696[source]
Google actually uses OT for their collab.