I am looking to the derby multiplayer notepad. I am wondering what would be the best way to implement something like a cursor for the other people editing. Something like in google docs / etherpad for instance.
In general, I am looking for the following :
- is there something build-in derbyJS to tell who made the edits ? Or can we modify the way the synchronisation is done ?
- alternatively, what means of communications do I have, and which one would integrate better with derby ?
PS: I saw this question, but it doesn't really help me regarding the synchronization.