top | item 46653335

(no title)

crabl | 1 month ago

you can also chuck a json blob into LocalStorage

discuss

order

AndreyK1984|1 month ago

Thank you, yes and indexed db too, as in other comment.

I like to have exactly two API calls.

-- load data (returns json)

-- save data (sends json, returns 200 ok)

That is all! Let frontend bind everything to that json and save it every 1-2 seconds in setInterval.