https://github.com/rads/todop2p
Compare P2P libraries
https://github.com/rads/todop2p
clojure crdt distributed-systems javascript p2p replication scuttlebutt survey
Last synced: about 2 months ago
JSON representation
Compare P2P libraries
- Host: GitHub
- URL: https://github.com/rads/todop2p
- Owner: rads
- License: mit
- Created: 2017-02-09T03:08:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-12T19:08:11.000Z (over 9 years ago)
- Last Synced: 2025-04-02T02:14:50.894Z (about 1 year ago)
- Topics: clojure, crdt, distributed-systems, javascript, p2p, replication, scuttlebutt, survey
- Homepage:
- Size: 584 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
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