debugging-stream
Debug streams, by adding latency etc
Last updated 3 years ago by mafintosh .
MIT · Original npm · Tarball · package.json
$ gnpm install debugging-stream 
SYNC missed versions from official npm registry.

debugging-stream

Stream that helps you debug streams

npm install debugging-stream

Usage

const DebuggingStream = require('debugging-stream')

const s = new DebuggingStream(anotherStream, {
  latency: [100, 200] // add between 100-200ms read latency,
})

// s is a duplex stream like any other

License

MIT

Current Tags

  • 2.0.0                                ...           latest (3 years ago)

3 Versions

  • 2.0.0                                ...           3 years ago
  • 1.0.0                                ...           3 years ago
  • 0.0.0                                ...           3 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (1)
Dev Dependencies (0)
None
Dependents (2)

Copyright 2013 - present © cnpmjs.org | Home |