I'm a newbie web developer, coming from embedded software. C language is like my native language. I'm trying a MVC framework to write an app that run in a browser for learning purposes.

Would you give me an advice on which JS framework should be easier to get start: emberjs, canjs or Angularjs.

Thank you so much!

link|improve this question
3  
The first thing to do is come up with a project to work on. Once you've got that, any framework will do the job for you. Learning another after getting comfortable with one is trivial. – Alex Jun 17 at 10:25
Thanks for your reply Alex, I already have a project to work on.. I also complete reading some book like: Head first Jquery, javascript the good part.. scanning over the 3 framework I feel Angularjs pretty easier than the other 2. I may follow angularjs but not so sure – JackSMTV Jun 17 at 10:35
Just try them! Read a tutorial on each of them, scan the documentation and make your choice. – Emil Vikström Jun 17 at 10:48
Now I'm about to commit to Angularjs.. because I think it's easier.. Just wanna ask for some advice from professional guys here.. :) – JackSMTV Jun 17 at 10:58
I think angular is the easiest to understand, the canJS and finally Ember is the most abstracted. I personally like CanJS better. – Sebastian Jun 22 at 0:24
show 1 more comment
feedback

closed as not constructive by CodeGnome, Alex, jonsca, Emil Vikström, Pointy Jun 17 at 11:21

As it currently stands, this question is not a good fit for our Q&A; format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

Just look at some popular javascripts frameworks like : jquery,MooTools and YUI.. I think will help you to understand

link|improve this answer
I have already familiar and comfortable with jquery.. I think it's time for a framework, and I intend to write a more complicated app.. more than just todo apps.. for learning purpose – JackSMTV Jun 17 at 10:40
javascript is just a scripting language for front-end interactions. you must look at server-side scripting languages like java and php.JSF is a MVC framework for java and code igniter for PHP. – DaChavoh Jun 17 at 10:46
I think Python/Django or nodejs/Meteor is my next todo list User1407847 :) – JackSMTV Jun 17 at 11:00
Ja! Python is fast It will be a good Language to learn, that why Google use it for YOUTUBE and GOOGLE-DRIVE :) – DaChavoh Jun 17 at 11:03
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.