Design challenges in building a real-time collaborative photo grid + chat system

Posted by Old-Maybe559@reddit | programming | View on Reddit | 2 comments

I’ve been experimenting over the past couple of months with building a system that combines:

From a programming perspective, I ran into a few interesting challenges:

Curious how others here would approach these kinds of trade-offs.
Would you use CRDTs, OT, or some other approach for the real-time sync?