agarrar parámetros

// GET /user/tj
console.dir(req.params.name)
// => 'tj'
Important Iguana