Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 636 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 636 Bytes

A collaborative todo-list application using Flushout

Try the demo in your browser here: https://eager-almeida-2b573e.netlify.com/

Example of a todo-list app that uses distributed data model Flushout to support collaboration between multiple clients.

The application runs completely in the browser and requires manual flushing by pressing a button to demonstrate how local changes get synchronized with the master model. Real applications would trigger flushes whenever the local proxy gets updated, on a timer, and/or on signals from the backend that the master model has been updated.