This library implements NodeJS APIs for Data-chan
It uses foreign function interface to do so, and is compatible with both NodeJS and Electron applications
To install:
npm install data-chan
To test, run:
git clone [email protected]:fermiumlabs/data-chan-nodejs.git
npm install
npm rebuild
npm run test
To publish, run:
npm version patch/minor/major
git push
# and stop here, no npm publish, the CI will take care of that!