awesome-repositories.com
Blog
MCP
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-filter

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

Through2 Filter

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

Features

  • Stream Processing - Filters stream data using a callback.

Historique des stars

Graphique de l'historique des stars pour brycebaril/through2-filterGraphique de l'historique des stars pour brycebaril/through2-filter

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 Filter

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

    brycebaril/through2-map

    70Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗70
  • 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 Filter→

Questions fréquentes

Que fait brycebaril/through2-filter ?

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

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

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

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

Les alternatives open-source à brycebaril/through2-filter incluent : brycebaril/node-stream-spigot — A streams2 Readable stream generator, useful for testing. brycebaril/through2-map — A through2 to create an Array.prototype.map 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.