1
0
Fork 0
mirror of https://github.com/sindresorhus/awesome-nodejs.git synced 2025-02-24 15:55:59 -05:00

added link to readable-stream

This commit is contained in:
Alejandro Oviedo 2014-09-11 23:34:43 -03:00
parent 3d43707056
commit 41db1e78d8

View file

@ -231,6 +231,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [binary-split](https://github.com/maxogden/binary-split) - A fast newline (or any delimiter) splitter stream. - [binary-split](https://github.com/maxogden/binary-split) - A fast newline (or any delimiter) splitter stream.
- [multistream](https://github.com/feross/multistream) - Combine multiple streams into a single stream. - [multistream](https://github.com/feross/multistream) - Combine multiple streams into a single stream.
- [graphicsmagick-stream](https://github.com/e-conomic/graphicsmagick-stream/) - Fast convertion/scaling of images using a pool of long lived graphicsmagick processes. - [graphicsmagick-stream](https://github.com/e-conomic/graphicsmagick-stream/) - Fast convertion/scaling of images using a pool of long lived graphicsmagick processes.
- [readable-stream](https://github.com/isaacs/readable-stream) - Mirror of Streams2 and Streams3 implementations in core.
### Real-time ### Real-time