This is my first time with Node Webkit. At this point I have all the static parts of my desktop app (built on html, css, js).
However to make it functional, I require to store and retrieve user inputs from a database and/or files.
How can I accomplish this and which is a better option (database or files or both)?
I also wish to know what database engine(s) does nw.js support and if at all there are any GUI tools to setup that database.
Any help is greatly appreciated.