If you intend to largely use MongoDB, then KeystoneJS is THE choice because of the default DEV-CMS features it comes with, as well as the admin panel all of which work with MongoDB. (Word on the street is this might expand to other datasources but nothing confirmed as of yet) Even if you don't want to use MongoDB, you can work very easily with whatever DB you want, but you'd be creating your own SQL...which isn't that bad if you actually care about DB performance and/or if you need complex queries.
Sails has no admin panel. But you can use models with any SQL database you want. Personally, I don't NEED to use models. I can work with SQL. What I DO need in a framework is for it to have a lot of basic things already in it, like authentication, some sort of backend to log into, etc. because adding these in require quite a bit of custom work. Pure data access on its own is fairly trivial. So I personally go for KeystoneJS whenever I need to do any full-stack server-side JS. On Friday, November 7, 2014 at 4:31:00 AM UTC-5, Bala Kumaran wrote: > > I'm new in node.js and mongodb. so now i want develope new web development > app using node.js .so i have confused which framework selected in node.js . > i haven't no idea .so once selected any one framework, all the details go > through in net. which one can i choose . > choose any one doesn't matter. any query the answer available in net and > also references for learn is very important . please any one given > idea.thanks in advance > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/b90b3be5-a557-47b1-98d9-b85d46c00b60%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
