Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : can I and how can I use php frameworkMVC and javascriptMVC together

$
0
0
1) Generally with JMVC you are building single page applications (though you may have several pages for complex app with different layouts and share loaded code between)
2) with JMVC you will render all your views on client side using templates (EJS, Mustache)
3) on server with controller's actions should implement JSON API (RESTful or similar) - so your server responds with data, not html.You will represent this data to user using client logic (models, views, controls)




Viewing all articles
Browse latest Browse all 3491

Trending Articles