awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesLarge Scale Streaming

Memory-efficient processing and rewriting of massive HTML documents using streams.

Distinct from HTML Content Processing: Focuses specifically on the memory-efficient streaming aspect of large-scale HTML processing.

Explore 1 awesome GitHub repository matching user interface & experience · Large Scale Streaming. Refine with filters or upvote what's useful.

Awesome Large Scale Streaming GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • inikulin/parse5Avatar de inikulin

    inikulin/parse5

    3,903Ver en GitHub↗

    parse5 is a WHATWG HTML parser and serializer for Node.js. It transforms HTML strings into a document object model and converts those trees back into valid HTML strings, following the logic defined by the HTML Living Standard. The project functions as a streaming HTML processor, using incremental parsing to handle large documents in chunks. It includes an HTML5 compliant tokenizer that uses a state-machine approach to break input into tokens according to official web specifications. The toolset covers HTML document parsing, serialization, and real-time rewriting via streams. These capabiliti

    Enables parsing and rewriting of massive HTML files using streams to prevent system memory overload.

    TypeScript
    Ver en GitHub↗3,903
  1. Home
  2. User Interface & Experience
  3. HTML Content Processing
  4. Large Scale Streaming