sprom
Stream converter
A utility for converting Node.js Streams into Promises
Convert node.js Streams into Promises
14 stars
4 watching
0 forks
Language: JavaScript
last commit: about 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/into-stream | Converts various input types into readable streams. | 207 |
sindresorhus/get-stream | A utility library for working with streams in JavaScript | 342 |
browserify/stream-browserify | Makes Node.js stream API compatible with browser environments. | 103 |
nodejs/readable-stream | Provides a Node.js implementation of the core streams classes for userland development | 1,033 |
max-mapper/websocket-stream | A Node.js module that enables the use of WebSockets with Node Streams API for bidirectional communication between clients and servers. | 668 |
rvagg/through2 | A utility wrapper around Node.js streams.Transform to simplify stream construction and reduce explicit subclassing noise. | 1,902 |
unifiedjs/unified-stream | Transforms a unified processor into a Node.js stream for processing input data | 17 |
brycebaril/node-stream-spigot | A utility library for generating Readable streams from arrays and synchronous generators | 15 |
max-mapper/mississippi | A collection of utility modules for working with streams in JavaScript | 1,086 |
sindresorhus/to-readable-stream | Converts a string or binary data into a stream for piping to other tools | 90 |
jahewson/node-byline | A line-by-line stream reader for Node.js that buffers and processes lines from any readable stream | 325 |
jamestalmage/stream-to-observable | Converts Node Streams into ECMAScript-Observables to handle data over time | 73 |
sindresorhus/is-stream | A utility library to check if an object is a Node.js stream | 111 |
nodefluent/kafka-streams | A Node.js library implementing Kafka Streams functionality for stream state processing and table representation. | 831 |
winterbe/streamjs | A lightweight functional programming library for operating on in-memory data collections | 861 |