Completed
ingredients
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Every Node.js App Should Have Real-Time Collaborative Features
Automatically move to the next video in the Classroom when playback concludes
- 1 intro
- 2 preamble
- 3 ingredients
- 4 about vladi
- 5 about multiplayer
- 6 what is real-time collaboraion?
- 7 how do you implement it?
- 8 operational transformations and conflict-free replicated data types
- 9 crdts
- 10 y.js
- 11 here's what we do with y.js
- 12 which real-time collaborative features did we implement?
- 13 awareness / presence
- 14 state synchronization
- 15 - how to keep track of order
- 16 - architecture options
- 17 - scope of collaboration
- 18 - changes to dependent views
- 19 recap benefits
- 20 final notes
- 21 thank you