Summary
We learned a lot in this chapter about modules and packages for Node. Specifically, we covered:
Implementing modules and packages for Node
Managing installed modules and packages
How Node locates modules
Now that we've learned about modules and packages, we're ready to use them to build applications, which is the topic of the next chapter.