There are quite a few ways to go about modularity. To be honest I haven't seen any solutions (including Express) that do it well. I might have something for this soon though, built on top of Express. Rails-style apps are not the way to go.
On Apr 30, 5:58 am, jason.桂林 <[email protected]> wrote: > connect.vhosthttp://www.senchalabs.org/connect/vhost.html > > 2012/4/30 akira <[email protected]> > > > > > > > > > > > I don't understand, sub projects as in different sub-domains or > > different routes?. You can make your project as modular as you want. I > > for example, have a folders called "forms" and "controllers", The > > forms and controllers in these folders are not too project specific > > and that allows me to reuse them without change in other projects > > > On Apr 30, 12:27 pm, Feras Odeh <[email protected]> wrote: > > > Thanks all, > > > > I'm already using express MVC can we consider my app as modular if I used > > > express MVC approach ? Or should I seperate my project into smaller sub > > > projects to be modular? > > > > On Monday, April 30, 2012 1:21:14 PM UTC+3, Nuno Job wrote: > > > > > In case you are interested in trying flatironjs > > > > (http://flatironjs.org) out I wrote this sample REST service. > > > > > Plates is a super cool templating engine. > > > > >https://github.com/dscape/jsconf12 > > > > > On Mon, Apr 30, 2012 at 11:03 AM, akira wrote: > > > > > There are several ways to code MVC apps with Express, here is an > > > > > example: > > > > >http://www.travisglines.com/web-coding/a-simple-mvc-setup-in-node-js > > > > > > On Apr 30, 11:06 am, Feras Odeh wrote: > > > > >> How can I build a modular web application using Node.js? What > > modules > > > > >> should I use to write it? I'm using express MVC does this > > considered as > > > > >> modular system? > > > > > > -- > > > > > 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 > > > -- > > 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 > > -- > Best regards, > > Jason Green > 桂林 -- 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
