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

caolan/highland

0
View on GitHub↗
3,433 stars·147 forks·JavaScript·Apache-2.0·11 viewscaolan.github.io/highland↗

Highland

High-level streams library for Node.js and the browser

Features

  • Control Flow Utilities - Utility for managing synchronous and asynchronous streams.

Star history

Star history chart for caolan/highlandStar history chart for caolan/highland

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 Highland

These projects share indexed features with Highland. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • bevacqua/contrabevacqua avatar

    bevacqua/contra

    778View on GitHub↗

    :surfer: Asynchronous flow control with a functional taste to it

    JavaScript
    View on GitHub↗778
  • caolan/asynccaolan avatar

    caolan/async

    28,150View on GitHub↗

    Async is a JavaScript asynchronous flow library designed to manage the execution and coordination of asynchronous tasks in Node.js and the browser. It provides functional utilities to wrap, process, and orchestrate complex asynchronous workflows. The library distinguishes itself through a comprehensive task orchestrator that handles dependency graphs to resolve circular references and manages concurrent task queues. It includes a unification bridge that allows callback-style and promise-based functions to operate within the same execution interface. The project covers several primary capabil

    JavaScript
    View on GitHub↗28,150
  • creationix/stepcreationix avatar

    creationix/step

    2,194View on GitHub↗

    An async control-flow library that makes stepping through logic easy.

    JavaScript
    View on GitHub↗2,194
  • 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 28 related projects→

Frequently asked questions

What does caolan/highland do?

High-level streams library for Node.js and the browser

What are the main features of caolan/highland?

The main features of caolan/highland are: Control Flow Utilities.

Which projects share features with caolan/highland?

Projects with overlapping indexed features include: bevacqua/contra — :surfer: Asynchronous flow control with a functional taste to it. caolan/async — Async is a JavaScript asynchronous flow library designed to manage the execution and coordination of asynchronous… creationix/step — An async control-flow library that makes stepping through logic easy. cujojs/when — A solid, fast Promises/A+ and when() implementation, plus other async goodies. feross/multistream — A stream that emits multiple other streams one after another (streams3). almost/through2-concurrent — Simple Node.JS stream (streams2) Transform that runs the transform functions concurrently (with a set max concurrency).