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

maxogden/concat-stream

0
View on GitHub↗
575 stars·62 forks·JavaScript·MIT·2 vues

Concat Stream

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

Features

  • Stream Processing - Concatenates stream data into a single result.
  • Stream Utilities - Buffers stream data into a single result.

Historique des stars

Graphique de l'historique des stars pour maxogden/concat-streamGraphique de l'historique des stars pour maxogden/concat-stream

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 à Concat Stream

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Concat Stream.
  • dominictarr/splitAvatar de dominictarr

    dominictarr/split

    345Voir sur GitHub↗
    JavaScript
    Voir sur GitHub↗345
  • mafintosh/pumpAvatar de mafintosh

    mafintosh/pump

    919Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗919
  • dominictarr/jsonstreamAvatar de dominictarr

    dominictarr/JSONStream

    1,932Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗1,932
  • rvagg/through2Avatar de rvagg

    rvagg/through2

    1,906Voir sur GitHub↗

    Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise

    JavaScript
    Voir sur GitHub↗1,906
Voir les 30 alternatives à Concat Stream→

Questions fréquentes

Que fait maxogden/concat-stream ?

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

Quelles sont les fonctionnalités principales de maxogden/concat-stream ?

Les fonctionnalités principales de maxogden/concat-stream sont : Stream Processing, Stream Utilities.

Quelles sont les alternatives open-source à maxogden/concat-stream ?

Les alternatives open-source à maxogden/concat-stream incluent : mafintosh/pump — pipe streams together and close all of them if one of them closes. rvagg/through2 — Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise. 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.