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.
-
SurveyJS
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
-
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
-
-
-
Project mention: Claude AI now runs JavaScript, Python beats JavaScript on GitHub, new Node.js versions and more | dev.to | 2024-11-03
Yantra
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
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,289 |
2 | p-map | 1,435 |
3 | posterus | 548 |
4 | express-promise-router | 383 |
5 | rubico | 281 |
6 | kitsu | 280 |
7 | YantraJS | 247 |
8 | sporadic | 18 |
9 | OF | 14 |
10 | use-spinner | 4 |
11 | Nodejs-examples | 2 |