Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 449 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 449 Bytes

🚀Clustered Node Hello API🚀

📚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)👍.