This PR adds multiplayer cursors to the canvas editor. I used Y.js for CRDT sync. Ready for review!
fix: resolve cursor flicker on fast mouse movement
elena-r · 3 files changed
Nice work. I noticed the cursor position broadcasts at 60fps — should we throttle to 30fps to reduce WebSocket traffic?
Good catch, I'll add tab-level session IDs to deduplicate. Filed #312 to track it.