7 Node.js Design Patterns Every Developer Should Know
Briefly

Simply put, the Facade design pattern simplifies complex subsystems by providing a unified interface.
That's where Singleton comes into the picture. It ensures that your class has one global instance that can be accessed using a static method.
Read at Medium
[
add
]
[
|
|
]