Moviri / recline

A simple but powerful library for building data applications in pure Javascript and HTML.
http://reclinejs.com/
MIT License
2 stars 2 forks source link

Localstorage #106

Open davidemalagoli opened 11 years ago

davidemalagoli commented 11 years ago

Verify if a memory store could use localstorage for saving data. Todo:

rufuspollock commented 11 years ago

You coudl use localStorage but it is probably too small. You'll need indexeddb https://github.com/okfn/recline/issues/298

Note we are doing quite a bit of this type of stuff in https://github.com/okfn/dataexplorer