Yes, that's what I was talking about. That's the closest thing to plugin-like architecture that I can think of. I'm pretty sure that there are others, though.
For example, sails.js is a framework with lots of stuff out of the box, but also has adapters and stuff for different purposes. But I think mean.io has more complete 'package' system for plugins. I personally like to work on bare express, as I always tend to customize heavily - and mean.io and others are excellent as long as you stick to the pattern. So if you plan to deploy lots of "simpler" features, that may be the way to go. If you want to customize a lot, to optimize, to make the app perfect for your use case, I would go with something a bit less "magic" and more extendable. 2015-02-03 19:24 GMT+01:00 Shao Tian <[email protected]>: > Thanks very much! > Are you referring to the package concept of mean.io? > > > > On Monday, February 2, 2015 at 10:49:58 PM UTC-8, zladuric wrote: >> >> Of course you can, it's just the question of how integrated you want it >> to be. >> >> Take a look at mean.io project, as far aI remember, they had just that. >> >> There are others, too, and you can build your custom plugins for your >> architecture. >> >> Depends a bit oh what you have right now and what exactly you want. > > -- > 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 a topic in the > Google Groups "nodejs" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/nodejs/nnDSRJFSJt0/unsubscribe. > To unsubscribe from this group and all its topics, 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/6353ed40-5a95-4122-9dac-d825239ca465%40googlegroups.com > <https://groups.google.com/d/msgid/nodejs/6353ed40-5a95-4122-9dac-d825239ca465%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Zlatko -- 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/CADu3pbzK7sQpo7PwsO0CNaDET-p4UA9LZos0osdOgwudeA0Kug%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
