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
There also is a screencast of @tjholowaychuk (creator of express) where he uses the method @Vegar described.