node-read-only-stream

Node.js read-only stream implementation

Description

This module allow one to use a readable/writable stream internally but to expose just the readable part of that internal stream.

A stream is an abstract interface for working with streaming data in Node.js. There are many stream objects provided by Node.js. For instance, a request to an HTTP server and process.stdout are both stream instances.

Node.js is an event-based server-side JavaScript engine.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/substack/read-only-stream


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install node-read-only-stream