stream-meter provides a simple and efficient way to measure the data flowing through a Node.js stream. It intercepts and counts bytes passing through, allowing developers to track data volume in real time. Useful for monitoring upload progress, analyzing data consumption, or implementing rate limiting. The package is straightforward to use, offering a clean API to access the byte count at any point during the stream's lifespan. It integrates seamlessly with any standard Node.js stream.