JavaScript Async

Open-source JavaScript projects categorized as Async

Top 23 JavaScript Async Projects

  1. async

    Async utilities for node and the browser

    Project mention: Cool NPM Packages for web Dev </> | dev.to | 2024-11-06

    Link:https://www.npmjs.com/package/async

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. ava

    Node.js test runner that lets you develop with confidence πŸš€

  4. react-loadable

    :hourglass_flowing_sand: A higher order component for loading components with promises.

  5. Fluture

    πŸ¦‹ Fantasy Land compliant (monadic) alternative to Promises

  6. redux-promise-middleware

    Enables simple, yet robust handling of async action creators in Redux

  7. async-retry

    Retrying made simple, easy and async

  8. emittery

    Simple and modern async event emitter

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. p-map

    Map over promises concurrently

    Project mention: Improving JavaScript Performance: Understanding Async Tasks inΒ Arrays | dev.to | 2024-08-27

    p-map is a lightweight library that helps you handle asynchronous operations on arrays with controlled concurrency. It allows you to map over an array of promises and specify a limit on the number of concurrent operations. This is particularly useful when you need to perform tasks like fetching data from multiple URLs, processing files, or interacting with APIs, as it helps prevent overwhelming your server or exceeding API rate limits. By using p-map, you can strike a balance between speed and resource management, ensuring that your application remains stable and responsive under load.

  11. CAF

    Cancelable Async Flows (CAF)

  12. download

    Download and extract files (by kevva)

  13. vue-async-computed

    Async computed properties for Vue.js

  14. neo-async

    Neo-Async is thought to be used as a drop-in replacement for Async, it almost fully covers its functionality and runs faster

  15. posterus

    Composable async primitives with cancelation, control over scheduling, and coroutines. Superior replacement for JS Promises.

  16. fasy

    FP iterators that are both eager and asynchronous

  17. node-oauth2-server

    πŸš€ The successor to oauthjs/oauth2-server. πŸ”’ Complete, compliant, maintained and well tested OAuth2 Server for node.js. Includes native async await and PKCE. (by node-oauth)

  18. rubico

    [a]synchronous functional programming

  19. messagebus

    Go simple async message bus

  20. kitsu

    🦊 A simple, lightweight & framework agnostic JSON:API client (by wopian)

    Project mention: Client-first RSC: A scalable solution for data aggregation | dev.to | 2024-05-19

    kitsu

  21. modern-async

    A modern JavaScript tooling library for asynchronous operations using async/await, promises and async generators

  22. ppipe

    pipes values through functions, an alternative to using the proposed pipe operator ( |> ) for ES

  23. asyncify

    Standalone Asyncify helper for Binaryen

  24. promise-breaker

    Helps you write libraries that accept both promises and callbacks.

  25. nativebird

    🐦 Bluebird alternative within ~200 loc

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

JavaScript Async discussion

Log in or Post with

JavaScript Async related posts

  • πŸš€ Node.js Performance: Essential Tips and Tricks for Developers

    2 projects | dev.to | 7 Feb 2025
  • Handling Large Numbers of Promises in Node JS

    1 project | dev.to | 26 Jun 2024
  • Avoid the Promise.all pitfall

    1 project | dev.to | 12 Oct 2023
  • Some Very Cool (Underrated maybe) React Libraries

    4 projects | dev.to | 8 Feb 2023
  • What Is The Best Name for This Synchronous Function?

    4 projects | /r/learnjavascript | 3 Feb 2023
  • Updates from the 93rd TC39 meeting

    2 projects | /r/javascript | 3 Dec 2022
  • Why would anyone need JavaScript generator functions?

    3 projects | /r/javascript | 7 Nov 2022
  • A note from our sponsor - SaaSHub
    www.saashub.com | 9 Feb 2025
    SaaSHub helps you find the best software and product alternatives Learn more β†’

Index

What are some of the best open-source Async projects in JavaScript? This list will help you:

# Project Stars
1 async 28,213
2 ava 20,754
3 react-loadable 16,602
4 Fluture 2,486
5 redux-promise-middleware 1,982
6 async-retry 1,857
7 emittery 1,843
8 p-map 1,396
9 CAF 1,337
10 download 1,288
11 vue-async-computed 1,112
12 neo-async 649
13 posterus 547
14 fasy 542
15 node-oauth2-server 343
16 rubico 276
17 messagebus 274
18 kitsu 274
19 modern-async 201
20 ppipe 193
21 asyncify 130
22 promise-breaker 85
23 nativebird 78

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?