[ale] ot: simple database

Scott M. Jones eff at dragoncon.org
Fri Mar 20 12:51:45 EDT 2015


JS in the browser is normally restricted from reading and writing flat
files.  If you use node.js you could serve the HTML with Express and use
something like this:

https://www.npmjs.com/package/flat-file-db

or shop around at npmjs.com for something that meets your needs.

On 3/20/15 12:33 PM, Boris Borisov wrote:
> Im not coder anyway but maybe some of you guys have seen it something
> similar.
> 
> Im looking for JS html file that works in simple flat file database. Can
> data and JS be in same file. Functions that i'm looking for is simple
> search and if is possible update of record.



More information about the Ale mailing list