Skip to content

Files

Latest commit

6363ca0 · Jun 8, 2023

History

History
This branch is 3214 commits behind pubkey/rxdb:master.

node

RxDB node example

This is an example usage of RxDB with node. It implements a simple heroes-list.

Try it out

  1. Make sure you have nodeJS version v7.10.0 or newer
  2. clone the whole RxDB-repo
  3. go into project cd rxdb
  4. run npm install
  5. go to this folder cd examples/node
  6. run npm install
  7. run npm start