Node Worker Thread Demo This repo demonstrates the effect of running CPU intensive tasks on the main Node thread, versus using a worker thread. Install npm i Run mocha run