Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Local-First peer-to-peer replicated todo list with RxDB and WebRTC -https://pubkey.github.io/rxdb-quickstart/

License

NotificationsYou must be signed in to change notification settings

pubkey/rxdb-quickstart

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.

Try live demo

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.

p2p-todo-demo

Start the app locally (requires Node.js v20 installed):

  • Fork&Clone the repository.
  • Runnpm install to install the npm dependencies.
  • Runnpm 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

Stars

Watchers

Forks

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp