I need to store data in a node-webkit application using a database. How can I do that? And how can I make sure that once being compiled it works properly?
I'm new to node-webkit. When I need to store data in node I usually use MongoDB. But it works server-side, and MongoDB need to be installed on the server machine. Node-Webkit works client-side. I need a database working locally and not installed by default in the client running the app.