|
|
|
|
|
by kansface
4649 days ago
|
|
If I understand your question, you want to know if its possible for multiple people to type at the same time? The answer is yes- all changes are synced in real time to everyone. Ideally, the user experience is no different, just multiple sources of input. We also have some tools built around following incoming changes, etc. |
|
google docs on the other hand seems to allow multiple cursors on the same window. So one person may type in section 1; while the other person type in section 2 without interfering with each other.
With a single cursor however; when two people type at the same time they almost necessarily interfere with each other. Unless one stops driving while the other types.
I think to implement the 'google docs' style multiple editors would require a different buffer for each user and a merge script that periodically runs the commands for each ofthe other multi-user buffers into each other buffer of the multi-user sessions.