Can anyone share me code or example MVVM patternin JavaScript without Knockout.js. I want to implement the MVVM pattern in my project, but without using it Knockout.js.
Update
The application I'm working with is not Web based and has a usage limit for Knockout.js. I liked the template anyway, but for implementation I need a better example of JS.
source
share