NodeJS fork example (11min tutorial video)

Shows how to fork processes in nodejs, with 2 way communication

Child Processes Fork Example w/ NodeJS & Express

Today’s video will demonstrate how we can offload some CPU intensive operations by creating a separate process using the built-in child_process library inside nodejs.

This is how you can achieve parallelism inside nodejs.