Tagged “realtime”
🎈 What is PartyKit
A simple way to build collaborative web apps [HN]
Good article, and some other good recs in the comments
How Figma’s multiplayer technology works
Cool write up, some interesting points:
- operational transforms are complicated (mainly used for text collab)
- last value written to server wins
- ignore incoming changes from server while writing, to avoid flicker
- fractional indexing for reordering
- for undo, if things were changed (by someone else), that history is updated to prevent conflicts with redo
See all tags.
