Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.