minify-html-stream

JSON →
library 0.3.1 ·javascript
verified Jun 4, 2026

A streaming HTML minifier for Node.js that transforms a stream of HTML by stripping whitespace and comments, reducing payload size. Version 0.3.1 is the latest release with limited cadence. It operates as a stream Transform, processing data chunk by chunk, making it suitable for server responses or file streaming. Key differentiators: streaming vs buffer-based minifiers, conservative whitespace removal to avoid breaking layout, and simple configuration options.