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

marcoonroad/sporadic

0
View on GitHub↗
18 stars·3 forks·JavaScript·MIT·9 viewssporadic.marcoonroad.dev↗

Sporadic

Composable Concurrency Abstractions for JavaScript. :railway_track: :rhinoceros: :train: :vertical_traffic_light:

Features

  • Asynchronous Control Flow - Concurrency abstractions like streams and channels.
  • Control Flow Utilities - Composable concurrency abstractions like streams and coroutines.

Star history

Star history chart for marcoonroad/sporadicStar history chart for marcoonroad/sporadic

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 Sporadic

These projects share indexed features with Sporadic. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
  • 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
  • bevacqua/contrabevacqua avatar

    bevacqua/contra

    778View on GitHub↗

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

    JavaScript
    View on GitHub↗778
  • cujojs/whencujojs avatar

    cujojs/when

    3,428View on GitHub↗

    A solid, fast Promises/A+ and when() implementation, plus other async goodies.

    JavaScript
    View on GitHub↗3,428
Compare all 28 related projects→

Frequently asked questions

What does marcoonroad/sporadic do?

Composable Concurrency Abstractions for JavaScript. :railwaytrack: :rhinoceros: :train: :verticaltraffic_light:

What are the main features of marcoonroad/sporadic?

The main features of marcoonroad/sporadic are: Asynchronous Control Flow, Control Flow Utilities.

Which projects share features with marcoonroad/sporadic?

Projects with overlapping indexed features include: gartz/objecteventtarget — A same behaviour EventTarget prototype, that can work with any object from JavaScript. caolan/async — Async is a JavaScript asynchronous flow library designed to manage the execution and coordination of asynchronous… bevacqua/contra — :surfer: Asynchronous flow control with a functional taste to it. 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. kriskowal/q — q is a JavaScript promise library and asynchronous flow controller designed to manage non-blocking operations. It…