JavaScript async-functions

Open-source JavaScript projects categorized as async-functions

Top 3 JavaScript async-function Projects

async-functions
  1. ava

    Node.js test runner that lets you develop with confidence 🚀

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

    SurveyJS logo
  3. redux-promise-middleware

    Enables simple, yet robust handling of async action creators in Redux

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

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

Log in or Post with

JavaScript async-functions related posts

  • Improving JavaScript Performance: Understanding Async Tasks in Arrays

    1 project | dev.to | 27 Aug 2024
  • Handling heavy memory tasks asynchronously

    1 project | dev.to | 15 Mar 2021

Index

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

# Project Stars
1 ava 20,795
2 redux-promise-middleware 1,980
3 p-map 1,433

Sponsored
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.
surveyjs.io

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