Working with child_process module

Medium
33.3% Acceptance

In this lab, you will work with Node.js' built-in child_process module to spawn, fork, and communicate with child processes. You will also learn how to create an HTTP server to serve the files associated with your Node.js processes.