Some questions about events and promises

This page summarizes the projects mentioned and recommended in the original post on /r/node

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • async-mutex

    A mutex for synchronizing async workflows in Javascript

  • I had the exact same problem. The quick answer is to use a semaphore, like the one they implemented in [async-mutex](https://github.com/DirtyHairy/async-mutex).

  • async

    Async utilities for node and the browser

  • I don't understand. Sure you could spawn a ton of processes, but things might be bogged down. There are utilities out there for doing work queues.... so only N workers are running at any one time. The async library has some utilities for that. https://github.com/caolan/async

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Avoid the Promise.all pitfall

    1 project | dev.to | 12 Oct 2023
  • What is this callback in async.parallel function?

    1 project | /r/learnprogramming | 8 Aug 2022
  • How to limit concurrency with Python asyncio?

    1 project | /r/codehunter | 22 Apr 2022
  • What is the difference between async.waterfall and async.series

    1 project | /r/codehunter | 2 Apr 2022
  • JavaScript ES6 promise for loop [duplicate]

    1 project | /r/codehunter | 22 Mar 2022