Application Architecture
Developer perspective
plastic.js has an object oriented modular architecture. It is achived by following concepts:
- Native Prototype Object Orientation without additional Libaries.
- The modular Architecture is achieved by using the Factory, Facade and PubSub pattern.
Project Structure