Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rads/todop2p
- Owner: rads
- License: mit
- Created: 2017-02-09T03:08:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-12T19:08:11.000Z (about 8 years ago)
- Last Synced: 2024-12-14T17:41:04.799Z (2 months ago)
- Topics: clojure, crdt, distributed-systems, javascript, p2p, replication, scuttlebutt, survey
- Homepage:
- Size: 584 KB
- Stars: 0
- Watchers: 2
- 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