Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flxzt/synceditor
A small proof-of-concept p2p collaborative text editor. using libp2p, automerge, druid
https://github.com/flxzt/synceditor
Last synced: 21 days ago
JSON representation
A small proof-of-concept p2p collaborative text editor. using libp2p, automerge, druid
- Host: GitHub
- URL: https://github.com/flxzt/synceditor
- Owner: flxzt
- License: apache-2.0
- Created: 2022-12-26T18:33:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-09T13:02:44.000Z (8 months ago)
- Last Synced: 2024-05-02T03:03:36.916Z (7 months ago)
- Language: Rust
- Homepage:
- Size: 132 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# synceditor
A small proof-of-concept p2p collaborative text editor.
Uses `libp2p` for peer-to-peer networking, `automerge` as CRDT for syncing the editor buffer, `druid` as UI toolkit.### License
Licensed under either of Apache License, Version
2.0 or MIT license at your option.### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this crate by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.