Nodejs worker threads

This project includes simple example of parallel images processing using nodejs worker threads. script.js run separate thread for every 100 images.

How to use

First
npm install
To generate bunch of images run:
npm gen-images
To process images run:
npm start