RxDB node example This is an example usage of RxDB with node. It implements a simple heroes-list. Try it out Make sure you have nodeJS version v7.10.0 or newer clone the whole RxDB-repo go into project cd rxdb run npm install go to this folder cd examples/node run npm install run npm start