Skip to content

Data Concurrency

Charles Timko edited this page Feb 22, 2018 · 2 revisions

Neat Sheets permits multiple simultaneous users. The issue with that is we need to be able to merge together all commit actions from all sources such that data is never corrupted. This requires further investigation.

CRUD.

May need to build our own concurrency protocol. Further investigation in Server-less, centralized storage, multi-client concurrency is close to now a must.

Clone this wiki locally