Monday 19 January 2015

Node JS Design Patterns

Node JS Design Patterns

Node JS applications follow the following design patterns
  • Reactor Pattern
  • Callback Pattern
  • Observer Pattern
  • Producer/Consumer Pattern
  • Singleton Pattern
  • Piping Pattern
  • Publish/Subscribe Pattern
  • Request/Reply Pattern
  • Factory Pattern
  • Proxy Pattern
  • Decorator Pattern
  • Adapter Pattern
  • State Pattern
  • Strategy Pattern


No comments:

Post a Comment