Ross ROSS = Recommend OSS · open-source software intelligence for agents

tautologistics/node-htmlparser

Forgiving HTML/XML/RSS Parser in JS for *both* Node and Browsers observed · 2026-08-28

github.com/tautologistics/node-htmlparser · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5999
  • days_rel: n/a
  • days_push: 990
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1141 stars · 136 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A forgiving HTML/XML/RSS parser written in pure JavaScript that works in both Node.js and browsers. It supports streaming/chunked parsing and custom handlers for building custom DOM structures.

Use cases

  • parse html into a dom in nodejs
  • parse html in the browser with javascript
  • parse rss and atom feeds
  • parse malformed or forgiving html
  • stream chunked html data into a parser
  • build a custom dom from html with a custom handler

When to choose

  • you need a lightweight parser that runs in both Node and the browser
  • you must parse messy, non-well-formed HTML or RSS feeds
  • you need streaming/chunked parsing of large documents

When to avoid

  • you need a spec-compliant, actively maintained HTML5 parser (consider htmlparser2 or parse5)
  • you need CSS selector-based querying rather than raw DOM trees

Facets

library · maturity maintenance

parser parsers web-development developer-tools browser html-parsing xml-parsing rss streaming-parser dom nodejs javascript

1 source

Member repositories

RepositoryRoleHealth v2
tautologistics/node-htmlparsermain32

For agents

markdown · JSON · MCP: product_card(name="tautologistics/node-htmlparser")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem