- Notifications
You must be signed in to change notification settings - Fork6
Local-First peer-to-peer replicated todo list with RxDB and WebRTC -https://pubkey.github.io/rxdb-quickstart/
License
pubkey/rxdb-quickstart
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is alocal first todo app that stores data locally withRxDB and replicates itpeer-to-peer with WebRTC to other devices without sending the data throught any central server.
The whole app is implemented without a framework in about 200 lines of TypeScript code. To learn more about how it works, I recommend looking at thesource code and read theQuickstart Guide.
The app is deployed with github pages athttps://pubkey.github.io/rxdb-quickstart/. It will automatically assign you a room id as url hash. Open that url in another browser/device/tab to test the replication.
- Fork&Clone the repository.
- Run
npm install
to install the npm dependencies. - Run
npm run dev
to start the webpack dev server and leave it open. - Openhttp://localhost:8080/ in your browser.
About
Local-First peer-to-peer replicated todo list with RxDB and WebRTC -https://pubkey.github.io/rxdb-quickstart/
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.