I'm looking for file-based embedded store for Node.js with following features:
Support for master-master replication that replicates real time changes so you can easily have a cluster of node.js processes (on several servers) where you can read or write to any of them. An appropriate conflict-resolution mechanism should be thought of.
Support for both JSON and binary values
Non-memory-based