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

Make a client --> server foundation for OT. #5

Open
kingdion opened this issue Aug 8, 2017 · 0 comments
Open

Make a client --> server foundation for OT. #5

kingdion opened this issue Aug 8, 2017 · 0 comments

Comments

@kingdion
Copy link
Owner

kingdion commented Aug 8, 2017

This was touched on in the flask demo available on this repo and in the PyCon speech. An actual architecture needs to be designed to perform a working version of operational transformation (potentially using the transform function I've designed).

In this relationship, a client and server will have to be created. A client should only talk to one server, and shouldn't worry about other clients. Operations are relayed back and forth between the server, using await states and buffering other operations (likely as a changeset).

Any help toward this is greatly, greatly appreciated.

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

No branches or pull requests

1 participant