readable-stream
Stream library
Provides a Node.js implementation of the core streams classes for userland development
Node-core streams for userland
1k stars
58 watching
227 forks
Language: JavaScript
last commit: 11 months ago
Linked from 1 awesome list
nodenodejs
Related projects:
Repository | Description | Stars |
---|---|---|
browserify/stream-browserify | Makes Node.js stream API compatible with browser environments. | 103 |
sindresorhus/to-readable-stream | Converts a string or binary data into a stream for piping to other tools | 90 |
unifiedjs/unified-stream | Transforms a unified processor into a Node.js stream for processing input data | 17 |
sindresorhus/into-stream | Converts various input types into readable streams. | 207 |
sindresorhus/noop-stream | Creates streams with minimal data production or discarding of received data. | 52 |
jahewson/node-byline | A line-by-line stream reader for Node.js that buffers and processes lines from any readable stream | 325 |
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 |
winterbe/streamjs | A lightweight functional programming library for operating on in-memory data collections | 861 |
ellerbrock/nodejs-for-webdeveloper | Comprehensive resource covering Node.js fundamentals, asynchronous programming, and various frameworks for building web applications | 14 |
nodefluent/kafka-streams | A Node.js library implementing Kafka Streams functionality for stream state processing and table representation. | 831 |
tjatse/node-readability | Automates web page scraping and text extraction to make any webpage readable | 343 |
then/sprom | A utility for converting Node.js Streams into Promises | 14 |
michaelblume/coffeestream | Re-implements the stream.js functionality in CoffeeScript, providing a basic observable stream implementation. | 22 |
tritondatacenter/node-vstream | A Node.js module that instruments streams to provide debugging and monitoring capabilities. | 59 |
jabez128/stream-handbook | A comprehensive guide to Node.js streams, covering the basics of stream creation, piping, and transformation | 1,647 |