flash1293 / listhero

Shopping list app with custom redux-based sync and share mechanism

Home Page:https://listhero.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for alternative storage engines

flash1293 opened this issue · comments

By using a lock-file to prevent concurrent access, it is possible to use a file-storage api (like drive, dropbox, ...) as a storage engine for the action sequence.

Subtasks:

  • Abstract current save/load behavior to match specialized server with websocket AND generic file storage + things like remotestorage, kinto, ...