fd-read-stream
Readable stream that reads from a file descriptor. Supports tailing and retries.
npm install fd-read-stream
Usage
var fs =var createReadStream =var rs =rs
API
var rs = createReadStream(fd, [options])
Create a new readable stream. Options include:
tail: false // keep reading the fd forever (will pool it)retry: 0 // wait this many ms and retry a read once if it fails
License
MIT