raimohanska / ourboard

An online whiteboard
Other
763 stars 58 forks source link

More efficient local board storage #116

Closed raimohanska closed 11 months ago

raimohanska commented 3 years ago

Currently the whole event history is stored once a second as a JSON blob to local storage. Would suffice to update serial and append any missing events to indexedDb for instance.

raimohanska commented 3 years ago

Does it still actually work this inefficiently? Would make sense to have a look at this, sounds crazy.