readable-stream

Stream library

Provides a Node.js implementation of the core streams classes for userland development

Node-core streams for userland

GitHub

1k stars
58 watching
229 forks
Language: JavaScript
last commit: over 2 years ago
Linked from 1 awesome list

nodenodejs

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
browserify/stream-browserifyMakes Node.js stream API compatible with browser environments.103
sindresorhus/to-readable-streamConverts a string or binary data into a stream for piping to other tools90
unifiedjs/unified-streamTransforms a unified processor into a Node.js stream for processing input data17
sindresorhus/into-streamConverts various input types into readable streams.207
sindresorhus/noop-streamCreates streams with minimal data production or discarding of received data.52
jahewson/node-bylineA line-by-line stream reader for Node.js that buffers and processes lines from any readable stream325
max-mapper/websocket-streamA Node.js module that enables the use of WebSockets with Node Streams API for bidirectional communication between clients and servers.668
winterbe/streamjsA lightweight functional programming library for operating on in-memory data collections861
ellerbrock/nodejs-for-webdeveloperComprehensive resource covering Node.js fundamentals, asynchronous programming, and various frameworks for building web applications14
nodefluent/kafka-streamsA Node.js library implementing Kafka Streams functionality for stream state processing and table representation.831
tjatse/node-readabilityAutomates web page scraping and text extraction to make any webpage readable343
then/spromA utility for converting Node.js Streams into Promises14
michaelblume/coffeestreamRe-implements the stream.js functionality in CoffeeScript, providing a basic observable stream implementation.22
tritondatacenter/node-vstreamA Node.js module that instruments streams to provide debugging and monitoring capabilities.59
jabez128/stream-handbookA comprehensive guide to Node.js streams, covering the basics of stream creation, piping, and transformation1,646