Combining two MVC frameworks in a project
Posted
by
SASM
on Programmers
See other posts from Programmers
or by SASM
Published on 2014-04-25T07:54:27Z
Indexed on
2014/06/01
21:55 UTC
Read the original article
Hit count: 166
Is it any good to combine two MVC frameworks together in a project? Is it a fairly common approach? I am thinking about using a serverside framework like CodeIgniter/Laravel and client side framework AngularJS in a predominantly CRUD based web project. I am a bit apprehensive about this idea. I think this approach does not get the best out of both frameworks and can kind of get in way of each other making the application needlessly complicated.
Are there some good approaches/practices if one wants to combine these frameworks together?
© Programmers or respective owner