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

brycebaril/through2-map

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

Through2 Map

A through2 to create an Array.prototype.map analog for streams.

Features

  • Stream Processing - Maps stream data using a callback.

Historique des stars

Graphique de l'historique des stars pour brycebaril/through2-mapGraphique de l'historique des stars pour brycebaril/through2-map

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 à Through2 Map

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Through2 Map.
  • brycebaril/through2-filterAvatar de brycebaril

    brycebaril/through2-filter

    34Voir sur GitHub↗

    A through2 wrapper to create an Array.prototype.filter analog for streams

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

    dominictarr/JSONStream

    1,932Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗1,932
  • dominictarr/splitAvatar de dominictarr

    dominictarr/split

    345Voir sur GitHub↗
    JavaScript
    Voir sur GitHub↗345
  • brycebaril/node-stream-spigotAvatar de brycebaril

    brycebaril/node-stream-spigot

    15Voir sur GitHub↗

    A streams2 Readable stream generator, useful for testing.

    JavaScript
    Voir sur GitHub↗15
Voir les 9 alternatives à Through2 Map→

Questions fréquentes

Que fait brycebaril/through2-map ?

A through2 to create an Array.prototype.map analog for streams.

Quelles sont les fonctionnalités principales de brycebaril/through2-map ?

Les fonctionnalités principales de brycebaril/through2-map sont : Stream Processing.

Quelles sont les alternatives open-source à brycebaril/through2-map ?

Les alternatives open-source à brycebaril/through2-map incluent : brycebaril/node-stream-spigot — A streams2 Readable stream generator, useful for testing. brycebaril/through2-filter — A through2 wrapper to create an Array.prototype.filter analog for streams. dominictarr/jsonstream — rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects). dominictarr/split. 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.