Data Concurrency - popebp/neat-sheets GitHub Wiki
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.