Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aviondb/aviondb-p2p-sync
A Todo App that can be synced p2p with multiple devices via QR Code
https://github.com/aviondb/aviondb-p2p-sync
aviondb orbitdb p2p-sync qrcode replication sync
Last synced: 8 days ago
JSON representation
A Todo App that can be synced p2p with multiple devices via QR Code
- Host: GitHub
- URL: https://github.com/aviondb/aviondb-p2p-sync
- Owner: aviondb
- License: wtfpl
- Created: 2020-05-14T22:18:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T20:22:37.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T14:29:21.223Z (25 days ago)
- Topics: aviondb, orbitdb, p2p-sync, qrcode, replication, sync
- Language: JavaScript
- Homepage: https://bit.ly/aviondb-p2p-sync
- Size: 15.5 MB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## aviondb-p2p-sync
> A Todo App that can be synced with multiple devices via QR Code
### Demo
![AvionDB Todo App that can be synced with multiple devices via QR Code](./assets/aviondb-p2p-sync.gif)
### Try it out
Check out the [Todolist sync app in Action](https://bit.ly/aviondb-p2p-sync).
### Requirements
The minimum required version of Node.js is now 8.6.0 due to the usage of `...` spread syntax. LTS versions (even numbered versions 8, 10, etc) are preferred.
### How to Use?
Run the following command to install dependencies & Open the console to see logs
```
npm i
npm start
```### How does it work?
TODO: Write an article