SaaSHub helps you find the best software and product alternatives Learn more β
Top 23 JavaScript Async Projects
-
Link:https://www.npmjs.com/package/async
-
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.
-
-
react-loadable
:hourglass_flowing_sand: A higher order component for loading components with promises.
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
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.
-
-
-
-
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
-
posterus
Composable async primitives with cancelation, control over scheduling, and coroutines. Superior replacement for JS Promises.
-
-
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)
-
-
-
kitsu
-
modern-async
A modern JavaScript tooling library for asynchronous operations using async/await, promises and async generators
-
ppipe
pipes values through functions, an alternative to using the proposed pipe operator ( |> ) for ES
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
JavaScript Async discussion
JavaScript Async related posts
-
π Node.js Performance: Essential Tips and Tricks for Developers
-
Handling Large Numbers of Promises in Node JS
-
Avoid the Promise.all pitfall
-
Some Very Cool (Underrated maybe) React Libraries
-
What Is The Best Name for This Synchronous Function?
-
Updates from the 93rd TC39 meeting
-
Why would anyone need JavaScript generator functions?
-
A note from our sponsor - SaaSHub
www.saashub.com | 9 Feb 2025
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 |