WebReflection/linkedom
A triple-linked lists based DOM implementation. observed · 2026-08-28
Health v2 · maintenance only
74/100
- Activity 92
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2089
- days_rel: n/a
- days_push: 50
- n_releases_24m: 0
Adoption not part of the score
2070 stars · 103 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
LinkeDOM is a triple-linked-list based DOM implementation for DOM-less environments like Node.js and Deno, closely following the DOM standard. It enables HTML/XML parsing, CSS selector queries, custom elements, and document serialization for server-side rendering and testing.
Use cases
- parse and manipulate HTML on the server
- server-side render web components and custom elements
- query HTML with CSS selectors without a browser
- replace jsdom with a faster DOM implementation
- convert HTML documents to strings or JSON
- test DOM code in Node.js without a headless browser
When to choose
- you need fast, linear-performance HTML parsing in Node or Deno
- you want DOM-standard APIs like querySelector and customElements server-side
- jsdom is too slow or memory-heavy for your workload
- you need SSR of web components without a browser
When to avoid
- you need a fully browser-accurate DOM with canvas or layout
- you are building a web crawler and need full browser emulation
- you need pixel-perfect rendering or JavaScript execution of page scripts
Facets
library · maturity active
parser ssr web-scraping templating web-development frontend backend parsers cli dom html-parsing jsdom-alternative server-side-rendering css-selectors custom-elements xml nodejs deno web-server
1 source
- readme: https://github.com/WebReflection/linkedom · fetched 2026-08-28 · e94c79b4544d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| WebReflection/linkedom | main | 74 |
For agents
markdown · JSON · MCP: product_card(name="WebReflection/linkedom")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem