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 6 years ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Provides a Node.js implementation of the core streams classes for userland development | 1,033 |
| | Makes Node.js stream API compatible with browser environments. | 103 |
| | Automates web page scraping and text extraction to make any webpage readable | 343 |
| | A utility library to check if an object is a Node.js stream | 111 |
| | Converts Node Streams into ECMAScript-Observables to handle data over time | 73 |
| | A utility for converting Node.js Streams into Promises | 14 |
| | A Node.js module that enables the use of WebSockets with Node Streams API for bidirectional communication between clients and servers. | 668 |
| | Converts a string or binary data into a stream for piping to other tools | 90 |
| | Pipe JavaScript into a browser and capture console logs in Node | 245 |
| | Converts various input types into readable streams. | 207 |
| | A comprehensive guide to Node.js streams, covering the basics of stream creation, piping, and transformation | 1,646 |
| | Creates streams with minimal data production or discarding of received data. | 52 |
| | A lightweight functional programming library for operating on in-memory data collections | 861 |
| | Streams input from a file or stdin to stdout, with customizable line ranges. | 31 |
| | Transforms a unified processor into a Node.js stream for processing input data | 17 |