HTML Streaming and DOM Diffing Algorithm

This page summarizes the projects mentioned and recommended in the original post on dev.to

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. WebKit

    Home of the WebKit project, the browser engine used by Safari, Mail, App Store and many other applications on macOS, iOS and Linux.

    Since 2023 Chrome announced the View Transition API, and it looks like Safari is also going to support it soon.

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. diffhtml

    diffHTML is a web framework that helps you build applications and other interactive content

    diffhtml

  4. parse-html-stream

    During the HTML streaming, capture the DOM Nodes to work with them

    To do this, the parse-html-stream library that I have recently put in open-source, supports also walking through the tree of nodes during streaming, allowing you to do incremental rendering, while you walk through the tree the library is parsing the HTML chunks in the order they arrive, and while you have the parsed nodes you are making the rendering changes.

  5. morphdom

    Fast and lightweight DOM diffing/patching (no virtual DOM needed)

    morphdom

  6. set-dom

    📑 Lightweight dom diffing with plain old html.

    set-dom

  7. diffDOM

    A diff for DOM elements, as client-side JavaScript code. Gets all modifications, insertions and removals between two DOM fragments.

    diffDOM

  8. bun

    Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

    And in the response use a ReadableStream. This would be the example with Bun:

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. nanomorph

    🚅 - Hyper fast diffing algorithm for real DOM nodes

    nanomorph

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to Chat with Gemini 2.5 Pro from VSCode via AI Studio (Free and Unlimited)

    6 projects | dev.to | 15 Apr 2025
  • Mithril.js: small (8.96 KB gzipped) modern client-side JavaScript framework

    1 project | news.ycombinator.com | 1 Apr 2025
  • Postel's Law and the Three Ring Circus

    1 project | news.ycombinator.com | 27 Mar 2025
  • Next.js Testing Guide: Unit and E2E Tests with Vitest & Playwright

    4 projects | dev.to | 3 Feb 2025
  • WebKit Quirks

    1 project | news.ycombinator.com | 14 Jan 2025