Search code examples
javascriptmodel-view-controllerjavascriptmvc

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.


Solution

  • I have no experience with JavascriptMVC. However another really famous MVC framework for Javascript is ActiveJS http://www.activerecordjs.org/ which came out about a year ago. It's by Aptana the people who make Aptana Studio and Jaxer (server side javascript). I do believe that would probably hold more merrit as Jaxer is amazing technology so I have no doubt Aptana have thought about this a lot.

    I also use a jQuery project called Ajaxy which offers Controllers to Ajax requests in my own projects. http://github.com/balupton/AJAXY/