tabex icon indicating copy to clipboard operation
tabex copied to clipboard

Full redesign with append-only oplog

Open puzrin opened this issue 8 years ago • 0 comments

Instead of rely to unsafe event system, we could use oplog with polling.

Benefits:

  • known logic, 100% safe (eventual consistency)
  • easy to replay failed operations (when master changes while sending data to sever)
  • easy to change storage types (indexeddb, websql)

Problems:

  • it is possible to make effective oplog with localstorage?

puzrin avatar Oct 30 '15 12:10 puzrin