Thanks for the Richard, I trying to build a app using node and express. in the webpage i want to have header app , footer app and also content sections are in different app. like if i have login module as app just use that and proceed ... basically re-use the app in order to build new one.
Will it be possible ... if yes how to proceed with. On Wed, Dec 18, 2013 at 8:57 PM, Richard Marr <[email protected]>wrote: > 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 a topic in the > Google Groups "nodejs" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/nodejs/80MYjEMzbsI/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- -- 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.
