This repo contains implementations of some GoF patterns in node.js. This is not a comprehensive guide, but you can find a large amount of info in the following books:
- "Design Patterns: Elements of Reusable Object-Oriented Software"
- lightweight version for beginners "Head First Design Patterns"
- includes all JavaScript specifics "Learning JavaScript Design Patterns"