Building Node.js Modular Web Application

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?

You'll want to look at the Express "Route Separation" example:

https://github.com/visionmedia/express/tree/master/examples/route-separation