An open API service indexing awesome lists of open source software.

https://github.com/mkhizeryounas/nodejs-worker-threads-boilerplate

Nodejs worker threads boilerplate with bulk file processor example
https://github.com/mkhizeryounas/nodejs-worker-threads-boilerplate

boilerplate-template bulk-operation multithreading nodejs worker-threads

Last synced: about 1 month ago
JSON representation

Nodejs worker threads boilerplate with bulk file processor example

Awesome Lists containing this project

README

          

# Nodejs worker threads boilerplate

This project includes simple example of bulk operation processing of csv files using nodejs worker threads.
```script.js``` aquires a thread pool opens multiple worker threads to process files and closes them when operation is done and repeat this process till every file has been processed.

### How to use

```shell
npm start
```