JavaScript async-await

Open-source JavaScript projects categorized as async-await

Top 11 JavaScript async-await Projects

async-await
  • 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

    SaaSHub logo
  • 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.

  • 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

  • rubico

    [a]synchronous functional programming

  • 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

  • YantraJS

    JavaScript Engine for .NET Standard Completely rewritten in C#

  • sporadic

    Composable Concurrency Abstractions for JavaScript. :railway_track: :rhinoceros: :train: :vertical_traffic_light:

  • OF

    🍬 Promise wrapper with sugar 🍬

  • use-spinner

    Add a simple loading spinner to your async JS calls - built for the browser.

  • 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

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-await discussion

Log in or Post with

JavaScript async-await related posts

  • Add a simple loading spinner to your async JS calls - built for the browser.

    1 project | /r/opensource | 3 Apr 2021
  • Add a simple loading spinner to your async JS calls - built for the browser.

    1 project | /r/webdev | 3 Apr 2021
  • Add a simple loading spinner to your async JS calls - built for the browser.

    1 project | /r/javascript | 3 Apr 2021
  • use-spinner - Show loading spinners for your asynchronous calls

    1 project | dev.to | 3 Apr 2021

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

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

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