Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rads/todop2p

Compare P2P libraries
https://github.com/rads/todop2p

clojure crdt distributed-systems javascript p2p replication scuttlebutt survey

Last synced: 6 days ago
JSON representation

Compare P2P libraries

Awesome Lists containing this project

README

        

# TodoP2P

Compare P2P libraries.

## Requirements

- Display an ordered list of todo items
- Allow the items to be reordered via drag-and-drop
- Allow the names of the items to be edited
- Allow the user to add new items to the end
- Replicate to other peers using a WebSocket server

## Libraries

- Clojure
- [replikativ](https://github.com/rads/todop2p/tree/master/examples/replikativ)
- JavaScript
- [crdt](https://github.com/rads/todop2p/tree/master/examples/crdt)
- [hyperlog](https://github.com/rads/todop2p/tree/master/examples/hyperlog)
- [r-array](https://github.com/rads/todop2p/tree/master/examples/r-array)

## Contributions

If you'd like to add a library to the list above, [make a new issue][new-issue].

[new-issue]: https://github.com/rads/todop2p/issues/new