Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 242 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 242 Bytes

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