Top 11 JavaScript async-await Projects
-
lad
Node.js framework made by a former @expressjs TC and @koajs team member. Built for @forwardemail, @spamscanner, @breejs, @cabinjs, and @lassjs.
-
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.
-
posterus
Composable async primitives with cancelation, control over scheduling, and coroutines. Superior replacement for JS Promises.
-
express-promise-router
A lightweight wrapper for Express 4's Router that allows middleware to return promises
-
-
kitsu
-
-
sporadic
Composable Concurrency Abstractions for JavaScript. :railway_track: :rhinoceros: :train: :vertical_traffic_light:
-
-
-
Nodejs-examples
This repository contains example applications in Javascript for the Node.js runtime. This repository shows the following features of Node.js: HTTP Server, Async/Await, Readfile, Streams, Set timeout, Async promises, Async Axios requests, JSON parse, Express framework
JavaScript async-await discussion
JavaScript async-await related posts
Index
What are some of the best open-source async-await projects in JavaScript? This list will help you:
Project | Stars | |
---|---|---|
1 | lad | 2,280 |
2 | p-map | 1,284 |
3 | posterus | 548 |
4 | express-promise-router | 382 |
5 | rubico | 272 |
6 | kitsu | 271 |
7 | YantraJS | 201 |
8 | sporadic | 18 |
9 | OF | 14 |
10 | use-spinner | 3 |
11 | Nodejs-examples | 2 |