Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multiple people to type at the same time without clobbering one another. #17

Open
kyletolle opened this issue Sep 1, 2013 · 2 comments
Assignees

Comments

@kyletolle
Copy link
Member

Need some merge strategies on both the server and the client to keep people's changes from clobbering one another when multiple people are typing.

Also figure out how to keep the person's cursor from being hijacked.

@ghost ghost assigned kyletolle Sep 1, 2013
@kyletolle
Copy link
Member Author

This doesn't seem like it'll be a trivial issue.

Need to look into 3-way merge algorithms. Either that or start breaking the document up into smaller chunks and operate on those instead of the entire document at once.

This isn't so high on the priority list...

@kyletolle
Copy link
Member Author

Could we use something like xdiff and xmerge (what git uses) on the server to take care of these tasks even if I don't have time to do it natively in JS?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant