awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mafintosh avatar

mafintosh/pumpify

0
View on GitHub↗
256 stars·14 forks·JavaScript·MIT·1 vue

Pumpify

Combine an array of streams into a single duplex stream using pump and duplexify

Features

  • Control Flow Utilities - Combine multiple streams into a single duplex stream.
  • Stream Utilities - Combines multiple streams into a single duplex stream.

Historique des stars

Graphique de l'historique des stars pour mafintosh/pumpifyGraphique de l'historique des stars pour mafintosh/pumpify

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Pumpify

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Pumpify.
  • feross/multistreamAvatar de feross

    feross/multistream

    297Voir sur GitHub↗

    A stream that emits multiple other streams one after another (streams3)

    JavaScript
    Voir sur GitHub↗297
  • hughsk/from2Avatar de hughsk

    hughsk/from2

    132Voir sur GitHub↗

    Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"

    JavaScript
    Voir sur GitHub↗132
  • almost/through2-concurrentAvatar de almost

    almost/through2-concurrent

    75Voir sur GitHub↗

    Simple Node.JS stream (streams2) Transform that runs the transform functions concurrently (with a set max concurrency)

    JavaScript
    Voir sur GitHub↗75
  • jahewson/node-bylineAvatar de jahewson

    jahewson/node-byline

    325Voir sur GitHub↗

    Line-by-line Stream reader for node.js

    JavaScript
    Voir sur GitHub↗325
Voir les 30 alternatives à Pumpify→

Questions fréquentes

Que fait mafintosh/pumpify ?

Combine an array of streams into a single duplex stream using pump and duplexify

Quelles sont les fonctionnalités principales de mafintosh/pumpify ?

Les fonctionnalités principales de mafintosh/pumpify sont : Control Flow Utilities, Stream Utilities.

Quelles sont les alternatives open-source à mafintosh/pumpify ?

Les alternatives open-source à mafintosh/pumpify incluent : hughsk/from2 — Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2". mafintosh/duplexify — Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and… almost/through2-concurrent — Simple Node.JS stream (streams2) Transform that runs the transform functions concurrently (with a set max concurrency). feross/multistream — A stream that emits multiple other streams one after another (streams3). jahewson/node-byline — Line-by-line Stream reader for node.js. mafintosh/peek-stream — Transform stream that lets you peek the first line before deciding how to parse it.