[ale] ot:simple database redux

Atlanta Geek atlantageek at gmail.com
Tue Mar 24 13:42:09 EDT 2015


Hi Boris (and group),
You were asking for a simple flat file database for JS.

The new browsers support a machanism called LocalStorage which lets you
store data locally to your system that can later be accessed by your own
browser.

It doesnt expire like cookies and works well.  I've used it for previous
projects where the requirements were certain data was being displayed and
the user needed to store that data for later review but I could not write
server code to do it.

In theory you could write simple apps that store state information in a
local html file.

Let me know if you need help with something like this.

-- 
http://www.atlantageek.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.ale.org/pipermail/ale/attachments/20150324/cc0bf261/attachment.html>


More information about the Ale mailing list