WIP: Rewrite in es6 to support nodejs and browsers
Only the memorystorage works for now, but this is to give an idea on how it would work To test:
- Install rollup.js (the simplest to create the build file):
$ npm install -g rollup
- Update local packages
$ npm install
- Build the dist file for nodejs and browsers:
$ rollup -c
- Run the sample test for node:
$ node examples/node.js