noop-stream
Noop stream
Creates streams with minimal data production or discarding of received data.
Create a readable Node.js stream that produces no data (or optionally blank data) or a writable stream that discards data
52 stars
3 watching
3 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list
dev-nullnodejsnodejs-streamnoopnpm-packagereadable-streamstream
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/to-readable-stream | Converts a string or binary data into a stream for piping to other tools | 90 |
sindresorhus/into-stream | Converts various input types into readable streams. | 207 |
sindresorhus/dev-null-cli | Creates a null stream from input data | 92 |
sindresorhus/random-bytes-readable-stream | Creates a stream producing cryptographically strong pseudo-random data | 76 |
sindresorhus/get-stream | A utility library for working with streams in JavaScript | 341 |
sindresorhus/is-stream | A utility library to check if an object is a Node.js stream | 111 |
nodejs/readable-stream | Provides a Node.js implementation of the core streams classes for userland development | 1,032 |
sindresorhus/first-chunk-stream | Transforms the first chunk of a stream into a specified format and sends it to the stream | 27 |
sindresorhus/npm-user | Extracts user data from an npm user's profile page | 57 |
sindresorhus/pad-stream | Transforms input streams by padding each line with a specified indent | 11 |
sindresorhus/npm-run-path | Prepends a user's PATH with local binaries | 104 |
sindresorhus/gulp-filter | A plugin for Gulp that enables filtering of file streams using glob patterns | 315 |
sindresorhus/run-electron | Simplifies running Electron applications by suppressing unnecessary output. | 197 |
sindresorhus/yes-no-words | Provides lists of words with positive or negative connotations, useful for generating human-like text responses. | 131 |
nodefluent/kafka-streams | A Node.js library implementing Kafka Streams functionality for stream state processing and table representation. | 831 |