Organize routes in Node.js

前端 未结 6 1875
攒了一身酷
攒了一身酷 2020-12-04 04:57

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

6条回答
  •  无人及你
    2020-12-04 05:39

    Check out the examples here:

    https://github.com/visionmedia/express/tree/master/examples

    'mvc' and 'route-separation' may be helpful.

提交回复
热议问题