DrewCarlson/KtSoup

Evaluate node-html-parser alternatives for Javascript targets

Opened this issue · 0 comments

node-html-parser is a great library overall. It's major drawback is lack of stream based document parsing. This is not ideal for node.js file based parsing as well as general HTTP request parsing which both benefit from streaming documents to avoid loading large documents into memory as a string.

parse5 looks like a good alternative and provides stream based document parsing.