I start to look at Node.js. Also I\'m using Express. And I have a question - how can I organize web application routes? All examples just put all this app.get/post/put
app.get/post/put
Check out the examples here:
https://github.com/visionmedia/express/tree/master/examples
'mvc' and 'route-separation' may be helpful.