This is a basic example showing the usage of synceddb, a library that allows syncing an IndexedDB database with a remote REST API.
https://github.com/darrachequesne/synceddb-todo-example.git
synceddbThis is a basic example showing the usage of synceddb, a library that allows syncing an IndexedDB database with a remote REST API.
The client code is adapted from the TodoMVC examples.