I would like to know if there is a client environment built with Node in mind? Do I even need to use such a structure?
I am not trying to cause a fiery war between users of different frameworks, I just wanted to know if using one of these frameworks with Node.js has an advantage over others or if I just have to appreciate the differences between them, while not preserving Node.
I am just starting out with Node.js. I used to develop in Rails, and I read a decent amount of articles on various MVC client-side JavaScript scripts. At the moment, I think Backbone.js, Ember.js, Knockout.js, and Angular.js (in that particular order) deserve attention.
I read things like Backbone.js written by Rails developers, or at least with Rails as a base.
Not referring to Node, I think I would prefer Ember + Handlebars for templates or Backbone + underscores for templates. On the server side, I plan to use Express with MongoDB, and I saw that many Node users use Jade for templates, which also bothers me.
Thanks in advance for your help.
source
share