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
·
rvagg avatar

rvagg/through2

0
View on GitHub↗
1,906 estrellas·105 forks·JavaScript·MIT·2 vistas

Through2

Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise

Features

  • Stream Processing - Wraps Node.js streams to simplify transformation.
  • Stream Utilities - Wrapper for stream2 to simplify transformations.

Historial de estrellas

Gráfico del historial de estrellas de rvagg/through2Gráfico del historial de estrellas de rvagg/through2

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Through2

Proyectos open-source similares, clasificados según cuántas características comparten con Through2.
  • dominictarr/splitAvatar de dominictarr

    dominictarr/split

    345Ver en GitHub↗
    JavaScript
    Ver en GitHub↗345
  • mafintosh/pumpAvatar de mafintosh

    mafintosh/pump

    919Ver en GitHub↗

    pipe streams together and close all of them if one of them closes

    JavaScript
    Ver en GitHub↗919
  • dominictarr/jsonstreamAvatar de dominictarr

    dominictarr/JSONStream

    1,932Ver en GitHub↗

    rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)

    JavaScript
    Ver en GitHub↗1,932
  • maxogden/concat-streamAvatar de maxogden

    maxogden/concat-stream

    575Ver en GitHub↗

    writable stream that concatenates strings or data and calls a callback with the result

    JavaScript
    Ver en GitHub↗575
Ver las 30 alternativas a Through2→

Preguntas frecuentes

¿Qué hace rvagg/through2?

Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise

¿Cuáles son las características principales de rvagg/through2?

Las características principales de rvagg/through2 son: Stream Processing, Stream Utilities.

¿Qué alternativas de código abierto existen para rvagg/through2?

Las alternativas de código abierto para rvagg/through2 incluyen: mafintosh/pump — pipe streams together and close all of them if one of them closes. maxogden/concat-stream — writable stream that concatenates strings or data and calls a callback with the result. dominictarr/jsonstream — rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects). dominictarr/split. dominictarr/event-stream — EventStream is like functional programming meets IO. brycebaril/node-stream-spigot — A streams2 Readable stream generator, useful for testing.