Skip to content

Evaluate node-html-parser alternatives for Javascript targets #13

@DrewCarlson

Description

@DrewCarlson

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions