Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Please share your experience with JavaScriptMVC, alternatives

I have been reading through the documentation on the JavaScriptMVC framework and it looks interesting. I am wondering if anybody here has used the framework, and with what success.

So please share your experience with JavaScriptMVC, if you have any. If you can suggest another MVC javascript framework that is fine to.

Best regards, Egil.

like image 421
Egil Hansen Avatar asked Jun 22 '09 20:06

Egil Hansen


1 Answers

I love JavaScriptMVC. Of course, I am a contributor. Many people have had success with JavaScriptMVC (a few are listed on the homepage). I've used it on 100k lines-of-code projects to simple pages I've made for my friend's parents.

When we give trainings on it, I can tell it requires a shift in how you think about application architecture, specifically with it's focus on Thin Server Architecture. It also is another set of 'rules' to learn. But the great thing is that if you and your team learn and follow these rules, it becomes really easy to maintain and fix other people's code.

like image 159
Justin Meyer Avatar answered Oct 23 '22 11:10

Justin Meyer