awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 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·9 views

Through2 Map

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

Features

  • Stream Processing - Maps stream data using a callback.

Star history

Star history chart for brycebaril/through2-mapStar history chart for brycebaril/through2-map

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Through2 Map

Similar open-source projects, ranked by how many features they share with Through2 Map.
  • brycebaril/through2-filterbrycebaril avatar

    brycebaril/through2-filter

    34View on GitHub↗

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

    JavaScript
    View on GitHub↗34
  • dominictarr/jsonstreamdominictarr avatar

    dominictarr/JSONStream

    1,932View on GitHub↗

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

    JavaScript
    View on GitHub↗1,932
  • dominictarr/splitdominictarr avatar

    dominictarr/split

    345View on GitHub↗
    JavaScript
    View on GitHub↗345
  • brycebaril/node-stream-spigotbrycebaril avatar

    brycebaril/node-stream-spigot

    15View on GitHub↗

    A streams2 Readable stream generator, useful for testing.

    JavaScript
    View on GitHub↗15
See all 9 alternatives to Through2 Map→

Frequently asked questions

What does brycebaril/through2-map do?

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

What are the main features of brycebaril/through2-map?

The main features of brycebaril/through2-map are: Stream Processing.

What are some open-source alternatives to brycebaril/through2-map?

Open-source alternatives to brycebaril/through2-map include: 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.