design-pattern
v0.0.21
Published
Javascript design patterns for both browser and Node.js
Downloads
13
Readme
Javascript design patterns for both browser and Node.js
Javascript design patterns for both browser and Node.js. I am a customer of text book "Learning JavaScript Design Patterns". I learn javascript design patterns using original source code at [https://github.com/addyosmani/essential-js-design-patterns](Learning JavaScript Design Patterns). This project could be an additional support to target audience of the text book and students who wishing to learn javascript design patterns with my code examples and some of my extended code based on this text book.
Install
npm install design-pattern
or
git clone https://github.com/vorachet/design-pattern.git
Usage
Creational
Structural
Behavioral
Observer pattern
Facade pattern
Prototype pattern
Flyweight pattern
License
This project is released under a Creative Commons Attribution-Noncommercial- No Derivative Works 3.0 License.
What this means it that the project is free to read and use, but the license does not permit commercial use of the material.
Copyright Vorachet Jaronesawas, 2015.