If you are looking for a server-oriented object-oriented database for JavaScript, you can check out http://wakandadb.org/ They have a complete end-to-end solution for creating web / mobile applications using JS as a full stack, make sure to http: / /www.wakanda.org/
Wakanda is a good NoSQL JS object database, but it might not be very good for cloud applications that should scale soon. Scaling will be a problem, which is a plus with MongoDB, Cassandra or CouchDB databases, but these databases are not object-oriented, most of them are just JSON stores.
source share