Y
Hacker News
new
|
ask
|
show
|
jobs
by
janmonschke
3949 days ago
Which strategy do you use to sync data? (e.g. in the context of collaborative editing)
1 comments
gabidobocan
3949 days ago
Collaborating on different properties of a single object is no problem; for working on the same property we don't do diff/merge yet, it's just FIFO.
link
janmonschke
3949 days ago
So if two users are working on the same textfield there is no way to merge their changes at the moment?
link
gabidobocan
3949 days ago
Not yet - unless you do it client-side. We're working on having a proper implementation for this use case.
link