live-bson-reader
v0.3.2
Published
Reading real time BSON data streams over UDP
Downloads
6
Readme
Build Setup
Install package dependencies:
npm install
Linting
To lint-check the .js
run:
npm run lint
npm run lint:fix
Testing
Run unit tests with either of:
npm run test
npm test
Build for production
Run:
npm run build