DEV Community

Discussion on: 7 tips for a Node.js developer

Collapse
 
gelopfalcon profile image
Falcon

Yes, I thought that most of people use async/await, I wanted to give beyond of traditional stuff. But yeah, async/await is enough to work async operations, if you want more tools, Async module is a good one.

Async is a utility module which provides straight-forward, powerful functions for working with asynchronous JavaScript. Although originally designed for use with Node.js and installable via npm i async, it can also be used directly in the browser. A ESM/MJS version is included in the main async package that should automatically be used with compatible bundlers such as Webpack and Rollup.