through2
Stream wrapper
A utility wrapper around Node.js streams.Transform to simplify stream construction and reduce explicit subclassing noise.
Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise
2k stars
21 watching
106 forks
Language: JavaScript
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
rangermauve/through2-map-promise | A promise-based wrapper around through2 to transform data streams with promises and flow control | 3 |
brycebaril/through2-map | A utility for transforming streams by applying a mapping function to each segment | 70 |
almost/through2-concurrent | Transform stream processing in parallel to improve performance | 74 |
brycebaril/through2-filter | A wrapper around through2 that simplifies filtering streams in JavaScript | 35 |
hughsk/from2 | A high-level module for creating readable streams that handle backpressure | 132 |
lemmabit/rollup-stream | A wrapper around Rollup that returns a stream instead of a Promise | 68 |
browserify/stream-browserify | Makes Node.js stream API compatible with browser environments. | 103 |
then/sprom | A utility for converting Node.js Streams into Promises | 14 |
juliangruber/electron-stream | A module that wraps Electron to create a writable stream for console output and input | 127 |
juniperchicago/cycle-gun | A Cycle.js driver that wraps a Gun.js store instance to provide a stream-based interface for interacting with the store. | 27 |
shama/webpack-stream | A tool that enables webpack to be run as a stream to integrate with gulp pipelines. | 1,395 |
watson/rtsp-stream | Module for multiplexing and decoding RTSP data streams in Node.js | 91 |
rtc-io/rtc-dcstream | Provides a Node.js interface for streaming data over WebRTC data channels. | 16 |
workshopper/stream-adventure | An interactive stream-based learning platform for teaching JavaScript programming concepts | 2,067 |
yoshuawuyts/choo-pull | A tool for managing asynchronous complexity in Choos using streams and pull-streams. | 15 |