Difference between angular full stack and meanjs

I am new to Node.JS and tried to research various YO generators. Could you please explain the main differences between Full Stack Angular Generator and MeanJS Angular using Yeoman.

+3


source to share


1 answer


Full stack Angular Generator ( DaftMonk ) and MeanJS Angular Generator are generators for applications using MongoDB, Express, AngularJS and Node.js.

But Angular's full stack generator has more configurable options compared to Angular's Meanjs generator. Have a look here in the topic of duplication of functions. Also here's a quote from daftMonk:



I would like to talk about the direction I was thinking about going with a full glass generator. I don't think a behemoth generator that makes all the decisions for you is a good idea. It's fine if you have the default options, but I think almost everything should be customizable. So if I continue working on this project, I would like to start breaking it down into several smaller generators.

+3


source







All Articles