Singleton
- a pattern of software that restricts a class to a single instantiation
Explain how the Singleton pattern can be used with Node modules, specifically with classes
- It can cause all calls to the node modules to come from a single instantiation of the packages