Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using readable-stream? #2

Open
julien-f opened this issue Dec 7, 2018 · 1 comment
Open

Using readable-stream? #2

julien-f opened this issue Dec 7, 2018 · 1 comment

Comments

@julien-f
Copy link

julien-f commented Dec 7, 2018

First, nice lib 馃檪

It may be nice to use readable-stream instead of native stream module: https://github.com/nodejs/readable-stream#readme

If you want to guarantee a stable streams base, regardless of what version of Node you, or the users of your libraries are using, use readable-stream only and avoid the "stream" module in Node-core, for background see this blogpost.

@lewisdiamond
Copy link

@julien-f The point of this library is to provide stream tools while remaining dependency-free. Adding a dependency (which itself has 3 sub-dependencies, and so on) is not an option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants