- 1
MVC Discuss
Hello my friends, Can we let talk about building a bit complex website? In this case, I mean i want to start to build a project related google map like yellow page explore, But the concerning now is what kind of MVC should i choose to build the kind of this website application? PHP MVC , JAVAScript MVC or else? if you have interested, please let discuss about this. Thank you my friends.
1 Answer
0
Hi Steven
I assume you mean Model View Controller.
My personal pref
Model : MySQL
View :HTML CSS Javascript for Front end.
Controller: The backend logic I would go with Node.JS now
YMMV