Re: [nodejs] Best node.js full stack web framework

2014-12-09 Thread Andi Nugroho Dirgantara
Same as Savio Lucena said, SailsJS is a perfect match. I used it for daily projects. - MVC -> Sails has good structure and fully automated "Controllers" and "Models" global include, so it's not necessary to require('thisController') anymore - Easy to configure and extend -> Sails has "config" f

Re: [nodejs] Best node.js full stack web framework

2014-12-09 Thread Sávio Lucena
Hey, Taking into account those requirements, SailsJs https://github.com/balderdashy/sails seems to be a perfect fit for you. > On Dec 9, 2014, at 12:45 PM, Carlos Carcamo wrote: > > Hello list. > > Maybe this is one of the most common question over the

[nodejs] Best node.js full stack web framework

2014-12-09 Thread Carlos Carcamo
Hello list. Maybe this is one of the most common question over there, but I have read some blogs, forums, etc, and I haven't found useful answers based on people experience. People tend to give their opinions base on blogs and forums opinions, but rarely on their own experience building different