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

GitHub

52 stars
3 watching
3 forks
Language: JavaScript
last commit: over 3 years ago
Linked from 1 awesome list

dev-nullnodejsnodejs-streamnoopnpm-packagereadable-streamstream

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
sindresorhus/to-readable-streamConverts a string or binary data into a stream for piping to other tools90
sindresorhus/into-streamConverts various input types into readable streams.207
sindresorhus/dev-null-cliCreates a null stream from input data92
sindresorhus/random-bytes-readable-streamCreates a stream producing cryptographically strong pseudo-random data76
sindresorhus/get-streamA utility library for working with streams in JavaScript342
sindresorhus/is-streamA utility library to check if an object is a Node.js stream111
nodejs/readable-streamProvides a Node.js implementation of the core streams classes for userland development1,033
sindresorhus/first-chunk-streamTransforms the first chunk of a stream into a specified format and sends it to the stream27
sindresorhus/npm-userExtracts user data from an npm user's profile page57
sindresorhus/pad-streamTransforms input streams by padding each line with a specified indent11
sindresorhus/npm-run-pathPrepends a user's PATH with local binaries104
sindresorhus/gulp-filterA plugin for Gulp that enables filtering of file streams using glob patterns315
sindresorhus/run-electronSimplifies running Electron applications by suppressing unnecessary output.198
sindresorhus/yes-no-wordsProvides lists of words with positive or negative connotations, useful for generating human-like text responses.132
nodefluent/kafka-streamsA Node.js library implementing Kafka Streams functionality for stream state processing and table representation.831