stream-cache

JSON →
library 0.0.2 ·javascript abandoned
verified Jun 7, 2026

Node.js package (v0.0.2, unmaintained since 2012) that provides a simple way to cache readable streams, allowing replay and piping even before the source stream finishes. It buffers stream data and exposes a readable stream interface. Not recommended for production; consider alternatives like readable-stream or custom implementations.