I’m in the process of trying to wrap my head around using MVC and using it with javascript. I’ll be making a mobile app with HTML5 and don’t plan to use any server side languages only local storage.
How can this be achieved?
I’m usually thrown off by the model since it relies on the back end language from my understanding.
The Model doesn’t rely on the back end. MVC in conceptually simple:
This means, that Model doesn’t have to use a server side language, it’s a placeholder for the application logic.