parse5
HTML parser
A toolset for parsing and serializing HTML documents in compliance with the WHATWG HTML Living Standard.
HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant.
4k stars
43 watching
236 forks
Language: TypeScript
last commit: 6 days ago
Linked from 1 awesome list
htmlhtml-parsinghtml5parserserializationserializerwhatwg
Related projects:
Repository | Description | Stars |
---|---|---|
masterminds/html5-php | A PHP library that parses and serializes HTML5 documents into DOM structures. | 1,592 |
jhy/jsoup | A Java library for parsing and manipulating HTML, XML, and CSS | 10,949 |
alanjames1987/node.js-best-practices | Best practices for writing robust Node.js code emphasizing performance and functional differences. | 743 |
naturalintelligence/fast-xml-parser | A fast and efficient JavaScript library for parsing and generating XML data | 2,578 |
fb55/htmlparser2 | A fast and forgiving HTML parser with a focus on minimal allocations | 4,451 |
imangazaliev/didom | A fast and simple HTML parser with support for CSS selectors and XPath expressions. | 2,200 |
choojs/nanohtml | Library for creating and rendering HTML templates in Node.js with support for Server Side Rendering and DOM manipulation | 687 |
html5lib/html5lib-python | A standards-compliant Python library for parsing and serializing HTML documents and fragments. | 1,128 |
weejewel/node-webos | A Node.js module providing a webOS client for LG TVs to send commands and discover devices | 31 |
kovidgoyal/html5-parser | A fast HTML parser written in C, optimized for performance. | 682 |
servo/html5ever | A high-performance HTML parser written in Rust. | 2,148 |
iabudiab/htmlkit | An Objective-C framework for parsing and serializing HTML documents | 240 |
tjatse/node-readability | Automates web page scraping and text extraction to make any webpage readable | 343 |
browserify/stream-browserify | Makes Node.js stream API compatible with browser environments. | 103 |
modernizr/modernizr | A JavaScript library that detects HTML5 and CSS3 features in user browsers. | 25,655 |