node-parallelizer
A NodeJS package for running code in parallel. Initially created to provide multiprocessing in an AWS Lambda function, but it can be used in any NodeJS environment.
thread-tasks
Thread Tasks: Offload your CPU-intensive tasks to separate threads.