Answer the question
In order to leave comments, you need to log in
What analogues exist for mongodb?
I'm looking for something simpler, because. now using this:
fs.writeFileSync("./mydbdb.json", JSON.stringify(), 'utf8'); //сохраняю
var mydbdb = JSON.parse(fs.readFileSync("./mydbdb.json")); //читаю
Answer the question
In order to leave comments, you need to log in
What could be simpler than files? Only to store everything in one file - a little tough!
But to correctly distribute it among folders / files - IMHO, in most cases the most profitable option.
From MongoDB you can continue the series of CouchDB, PouchDB, Redis, MemCached, RelaxDB.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question