View on GitHub

reading-notes

Reading notes for Codesfellows Coding

Singleton

Explain how the Singleton pattern can be used with Node modules, specifically with classes

If you were tasked with building a middleware system like Express uses, what approach might you take to construct/operate it?