In node you could use worker threads (which create a new V8 instance in a separate OS thread) but that's probably too heavy handed.
In node you could use worker threads (which create a new V8 instance in a separate OS thread) but that's probably too heavy handed.