Skip to content

imsontosh/NodeAsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

NodeAsync

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 :

To install required dependencies

npm i

To write file to disk

node server.js

Output is available in /build folder

Reference : https://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 https://caolan.github.io/async/

Releases

No releases published

Packages

No packages published