I don't know your use case but I'd guess it'd more trouble than it's worth. The reasons you'd want to do something like that (namely re-use of code and assets) would also be served by splitting your inherited project into multiple separate modules, e.g. data access layer, config, that you can then import into any parent projects. The parent projects might be things like website, API, admin site, CMS, static asset server, etc.
Does that make sense? On 18 December 2013 11:14, SaR <[email protected]> wrote: > Hi All, > > I am trying to use entire node with view css js and controler js inside > another node app. > Is it possible. Any idea on this ... > > Thanks > SaR > > -- > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > 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 post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > > --- > 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]. > For more options, visit https://groups.google.com/groups/opt_out. > -- Richard Marr -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: 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 post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- 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]. For more options, visit https://groups.google.com/groups/opt_out.
