npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

rabin-stream

1.0.0

@mafintosh

npmHomeRepoSnykSocket
Downloads:0
$ npm install rabin-stream
DailyWeeklyMonthlyYearly

rabin-stream

Streaming rabin chunker based on rabin-native

npm install rabin-stream

Usage

const RabinStream = require('rabin-stream')

const r = new RabinStream({
  min: ... // min chunk byteSize
  max: ... // max chunk byteSize
})

r.on('data', function (data) {
  console.log('got chunk!', data)
})

someStream.pipe(r)

License

MIT