linereader
Reading a url or file line by line.
Reading a url or file line by line.
Process stdin, line by line, sort of like AWK but 100% JS
aims to have similar functionality to python readlines
A simple `Readliner` class, similar to Java's `readline()` method, written in typescript (for Node) to read files line-by-line asynchronously and quickly.
Reads text lines from stream
Asynchronous, buffered, chunk-by-chunk file reader with customizable buffer size on Node.js.
A Node.js package to read a file line by line and extract lines based on a regex match.