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

ubolonton/js-csp

0
View on GitHub↗
2,322 stars·119 forks·JavaScript·8 views

Js Csp

Communicating sequential processes for Javascript (like Clojurescript core.async, or Go).

Features

  • Flow Control - Communicating Sequential Processes for JavaScript.

Star history

Star history chart for ubolonton/js-cspStar history chart for ubolonton/js-csp

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 Js Csp

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

    lpinca/valvelet

    38View on GitHub↗

    Limit the execution rate of a function

    JavaScriptpromiserate-limitingthrottle
    View on GitHub↗38
  • node-modules/mz-modulesnode-modules avatar

    node-modules/mz-modules

    55View on GitHub↗

    Same as mz, but wrap many popular modules rather than core API.

    JavaScript
    View on GitHub↗55
  • nodeca/promise-memoizenodeca avatar

    nodeca/promise-memoize

    62View on GitHub↗

    Memoize promise-returning functions. Includes cache expire and prefetch.

    JavaScript
    View on GitHub↗62
  • 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
Compare all 23 related projects→

Frequently asked questions

What does ubolonton/js-csp do?

Communicating sequential processes for Javascript (like Clojurescript core.async, or Go).

What are the main features of ubolonton/js-csp?

The main features of ubolonton/js-csp are: Flow Control.

Which projects share features with ubolonton/js-csp?

Projects with overlapping indexed features include: lpinca/valvelet — Limit the execution rate of a function. node-modules/mz-modules — Same as [mz], but wrap many popular modules rather than core API. nodeca/promise-memoize — Memoize promise-returning functions. Includes cache expire and prefetch. normalize/mz — Modernize node.js to current ECMAScript specifications! node.js will not update their API to ES6+ for a while. This… petkaantonov/bluebird — Bluebird is a JavaScript promise library designed for managing asynchronous operations with a custom promise… caolan/async — Async is a JavaScript asynchronous flow library designed to manage the execution and coordination of asynchronous…