Writing file in parallel using Async parallel
Problem Statement : Requirement is to write file in parllel into disk reading the content from a xml/json/csv file in parallel more efficiently.
Steps to execute :
npm i
node server.js
Output is available in /build folder
Reference : http://caolan.github.io/async/docs.html#parallel
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 install --save async, it can also be used directly in the browser.
For Documentation, visit http://caolan.github.io/async/