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