EPISODE · Jun 17, 2026 · 6 MIN
How Figma Rebuilt Its Multiplayer Engine for 500 Users per File
from The CTO Podcast with Fexingo: Technical Leadership, Architecture, and Engineering Org · host Fexingo
Figma's multiplayer engine lets hundreds of designers edit the same file simultaneously. How did they rebuild it from scratch to handle over 500 concurrent users per document without conflicts or lag? Lucas and Luna break down the architecture: the shift from CRDTs to a custom conflict-resolution layer, the 'change tree' data structure that replaced operational transforms, and the decision to move from WebSockets to WebRTC data channels for sub-200ms sync. They also discuss the engineering trade-offs: why Figma chose JavaScript over Rust for the client, how they handle undo/redo in a multi-user environment, and the surprising bottleneck that was the browser's own garbage collector. A concrete look at real-time collaboration at scale. #Figma #MultiplayerEngine #RealTimeCollaboration #CRDT #OperationalTransform #WebRTC #ConflictResolution #JavaScript #BrowserPerformance #GarbageCollection #UndoRedo #ChangeTree #Engineering #Architecture #TechLeadership #BusinessAndTechnology #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo
What this episode covers
Figma's multiplayer engine lets hundreds of designers edit the same file simultaneously. How did they rebuild it from scratch to handle over 500 concurrent users per document without conflicts or lag? Lucas and Luna break down the architecture: the shift from CRDTs to a custom conflict-resolution layer, the 'change tree' data structure that replaced operational transforms, and the decision to move from WebSockets to WebRTC data channels for sub-200ms sync. They also discuss the engineering trade-offs: why Figma chose JavaScript over Rust for the client, how they handle undo/redo in a multi-user environment, and the surprising bottleneck that was the browser's own garbage collector. A concrete look at real-time collaboration at scale. #Figma #MultiplayerEngine #RealTimeCollaboration #CRDT #OperationalTransform #WebRTC #ConflictResolution #JavaScript #BrowserPerformance #GarbageCollection #UndoRedo #ChangeTree #Engineering #Architecture #TechLeadership #BusinessAndTechnology #FexingoBusiness #BusinessPodcast Keep every episode free: buymeacoffee.com/fexingo
NOW PLAYING
How Figma Rebuilt Its Multiplayer Engine for 500 Users per File
No transcript for this episode yet
Similar Episodes
Mar 26, 2026 ·1m
Mar 19, 2026 ·34m
Feb 18, 2026 ·11m
Feb 11, 2026 ·45m