Parse5
High-performance HTML parser for Node.js following the WHATWG standard. Visit Website

What is Parse5?

Parse5 is a high-performance toolset for parsing and serializing HTML in Node.js, adhering to the WHATWG HTML Living Standard. It emulates the HTML parsing behavior of modern browsers, featuring capabilities such as converting HTML to a DOM tree, a SAX-style parser, and turning DOM trees back into HTML. Renowned for its speed and reliability, it is extensively used in numerous projects.