Example and Framework NODE: Use a customized notify system to send event and data by views to controller.
#Models
- Hold the application’s core data and state, such as player health or gun ammo.
- Serialize, deserialize, and/or convert between types.
- Load/save data (locally or on the web).
- Notify Controllers of the progress of operations.