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
- Host: GitHub
- URL: https://github.com/mkhizeryounas/nodejs-worker-threads-boilerplate
- Owner: mkhizeryounas
- Created: 2020-05-01T19:11:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T19:18:55.000Z (about 6 years ago)
- Last Synced: 2025-03-28T10:50:51.272Z (over 1 year ago)
- Topics: boilerplate-template, bulk-operation, multithreading, nodejs, worker-threads
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```