node-byline
Line stream reader
A line-by-line stream reader for Node.js that buffers and processes lines from any readable stream
Line-by-line Stream reader for node.js
325 stars
5 watching
53 forks
Language: JavaScript
last commit: about 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
nodejs/readable-stream | Provides a Node.js implementation of the core streams classes for userland development | 1,032 |
browserify/stream-browserify | Makes Node.js stream API compatible with browser environments. | 103 |
tjatse/node-readability | Automates web page scraping and text extraction to make any webpage readable | 343 |
sindresorhus/is-stream | A utility library to check if an object is a Node.js stream | 111 |
jamestalmage/stream-to-observable | Converts Node Streams into ECMAScript-Observables to handle data over time | 73 |
then/sprom | A utility for converting Node.js Streams into Promises | 14 |
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 |
sindresorhus/to-readable-stream | Converts a string or binary data into a stream for piping to other tools | 90 |
hughsk/smokestack | Pipe JavaScript into a browser and capture console logs in Node | 245 |
sindresorhus/into-stream | Converts various input types into readable streams. | 207 |
jabez128/stream-handbook | A comprehensive guide to Node.js streams, covering the basics of stream creation, piping, and transformation | 1,647 |
sindresorhus/noop-stream | Creates streams with minimal data production or discarding of received data. | 52 |
winterbe/streamjs | A lightweight functional programming library for operating on in-memory data collections | 861 |
nickolasburr/rng | Streams input from a file or stdin to stdout, with customizable line ranges. | 31 |
unifiedjs/unified-stream | Transforms a unified processor into a Node.js stream for processing input data | 17 |