๐Ÿ“ฆ darrachequesne / synceddb-todo-example

This is a basic example showing the usage of synceddb, a library that allows syncing an IndexedDB database with a remote REST API.

โ˜… 3 stars โ‘‚ 0 forks ๐Ÿ‘ 3 watching
๐Ÿ“ฅ Clone https://github.com/darrachequesne/synceddb-todo-example.git
HTTPS git clone https://github.com/darrachequesne/synceddb-todo-example.git
SSH git clone git@github.com:darrachequesne/synceddb-todo-example.git
CLI gh repo clone darrachequesne/synceddb-todo-example
Damien Arrachequesne Damien Arrachequesne initial commit 10ef7a4 3 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ assets
๐Ÿ“ express-server
๐Ÿ“ vue-client
๐Ÿ“„ .gitignore
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Todo example with synceddb

This is a basic example showing the usage of synceddb, a library that allows syncing an IndexedDB database with a remote REST API.

Video of two clients

The client code is adapted from the TodoMVC examples.