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
dominictarr avatar

dominictarr/event-streamArchived

0
View on GitHub↗
2,180 stars·146 forks·JavaScript·MIT·12 views

Event Stream

EventStream is like functional programming meets IO

Features

  • Stream Utilities - Functional stream utilities.

Star history

Star history chart for dominictarr/event-streamStar history chart for dominictarr/event-stream

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

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

Projects sharing features with Event Stream

These projects share indexed features with Event Stream. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • bendrucker/stream-to-promisebendrucker avatar

    bendrucker/stream-to-promise

    139View on GitHub↗

    `sh npm install --save stream-to-promise `

    JavaScript
    View on GitHub↗139
  • dominictarr/jsonstreamdominictarr avatar

    dominictarr/JSONStream

    1,932View on GitHub↗

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

    JavaScript
    View on GitHub↗1,932
  • dominictarr/map-streamdominictarr avatar

    dominictarr/map-stream

    121View on GitHub↗
    JavaScript
    View on GitHub↗121
  • almost/through2-concurrentalmost avatar

    almost/through2-concurrent

    75View on GitHub↗

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

    JavaScript
    View on GitHub↗75
Compare all 30 related projects→

Frequently asked questions

What does dominictarr/event-stream do?

EventStream is like functional programming meets IO

What are the main features of dominictarr/event-stream?

The main features of dominictarr/event-stream are: Stream Utilities.

Which projects share features with dominictarr/event-stream?

Projects with overlapping indexed features include: bendrucker/stream-to-promise — ``sh npm install --save stream-to-promise ``. dominictarr/jsonstream — rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects). dominictarr/map-stream. dominictarr/split. dominictarr/stream-combiner — Turn a pipeline into a single stream. Combine returns a stream that writes to the first stream and reads from the last… almost/through2-concurrent — Simple Node.JS stream (streams2) Transform that runs the transform functions concurrently (with a set max concurrency).