I am using latest versions of NodeJS and ExpressJS (for MVC).
I usually configure my rest paths like this, for example:
app.get(\'/archive\', routes.arch
Like brandon, but you can also go the connect route
connect
app.use('/admin', requireLogin) app.use(app.router) app.get('/admin/posts', /* middleware */)