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

p2p support #46

Open
coderedart opened this issue Jun 24, 2023 · 0 comments
Open

p2p support #46

coderedart opened this issue Jun 24, 2023 · 0 comments
Milestone

Comments

@coderedart
Copy link
Owner

If we want to support editing markerpacks by multiple people at once, we need a way to to communicate peer2peer to avoid server traffic. And p2p brings the problem of sync-ing a pack when multiple people are editing it.

This issue will serve as the place for discussion, while we first get the jokolay 0.2 out.

for consensus algorithm, we have http://thesecretlivesofdata.com/raft/ which allows a bunch of people to get together (party) and edit a marker pack. Even if any of them goes down, the rest of the players can continue being in sync. https://www.freecodecamp.org/news/in-search-of-an-understandable-consensus-algorithm-a-summary-4bc294c97e0d/ is a good resource for a rough overview.

@coderedart coderedart added this to the Alpha 0.3 milestone Jun 24, 2023
@coderedart coderedart modified the milestones: Alpha 0.3, Alpha 0.4 Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant