JavaScript Await

Open-source JavaScript projects categorized as Await

Top 5 JavaScript Await Projects

  • async-retry

    Retrying made simple, easy and 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.

    CodeRabbit 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.

  • 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)

  • modern-async

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

  • OF

    🍬 Promise wrapper with sugar 🍬

  • 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 Await discussion

Log in or Post with

JavaScript Await related posts

  • Confused about api routes and NEXT backend

    1 project | /r/nextjs | 26 Apr 2022
  • Use nextjs purely as backend ;

    1 project | /r/nextjs | 17 Apr 2022
  • FaaS on Kubernetes: From AWS Lambda & API Gateway To Knative & Kong API Gateway

    3 projects | dev.to | 12 Feb 2022
  • Goodbye Dockerfiles: Build Secure & Optimised Node.js Container Images with Cloud Native Buildpacks

    1 project | dev.to | 23 Jan 2022
  • Use nextjs purely as backend?

    1 project | /r/nextjs | 18 Apr 2021
  • Despliega un servidor nodejs super ligero en repl.it

    1 project | dev.to | 5 Mar 2021
  • nicolas-van/modern-async - A modern JavaScript tooling library for asynchronous operations using async/await and promises.

    1 project | /r/node | 7 Jan 2021
  • A note from our sponsor - SaaSHub
    www.saashub.com | 16 Oct 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

Project Stars
1 async-retry 1,843
2 p-map 1,284
3 node-oauth2-server 303
4 modern-async 197
5 OF 14

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 konow that JavaScript is
the 3rd most popular programming language
based on number of metions?