đź“šHomework Assignment #6đź“š
Of all the modules we just explored, the Cluster module is likely the most important for performance. In this homework assignment, please return to your "Hello World" API from the first homework assignment,
and refactor it to run across all the cores of your machine (using the cluster module)đź’».
When a request comes in, it should respond to it just as normal (only once)đź‘Ť.