| Crates.io | beelay-core |
| lib.rs | beelay-core |
| version | 0.1.0-alpha.1 |
| created_at | 2024-09-12 09:00:44.11805+00 |
| updated_at | 2024-11-15 16:11:37.774357+00 |
| description | A new sync protocol for Automerge |
| homepage | |
| repository | https://github.com/automerge/beelay |
| max_upload_size | |
| id | 1372602 |
| size | 1,434,787 |
This repository contains an experimental implementation of a new sync protocol for Automerge. In fact, because one of the goals of the project is to produce a sync protocol which allows end-to-end encryption of the document data this protocol will work for any data structure which likes being represented as a hash-linked DAG of changes.
See protocol.md for a more detailed description of how it works.
This is very much a work in progress, expect things to be very broken and to change significantly before we're done.