URL Generation for Routes in Express

前端 未结 3 753
迷失自我
迷失自我 2021-01-03 23:49

I\'m considering using Express framework in my next node.js project. However, a stumbling block for me is non-existence of URL generation for routes like in most other non-S

3条回答
  •  一向
    一向 (楼主)
    2021-01-04 00:34

    You might try Locomotive, which is built on Express.

    It does much more than route generation. From the docs: "Locomotive brings additional MVC-based structure, for architecting larger applications, while leveraging the power of Express and Connect middleware."

    Locomotive's router generates helpers that are automatically available to controllers and views.

提交回复
热议问题