What is view engine? What does it actually do?

后端 未结 10 859
名媛妹妹
名媛妹妹 2020-12-13 08:24

I started learning ASP.NET MVC3.

So, while reading tutorials online and in books, I came across this term \"view engine\" quite frequently. I don\'t know

10条回答
  •  天涯浪人
    2020-12-13 08:58

    So far every response is related to ASP.NET. If you are looking for a view engine for nodejs, then some of the following are options:

    Jade (Pug)
    express-handlebars
    ejs
    React
    

    There's a whole list of them that I found at https://github.com/expressjs/express/wiki#template-engines but the above ones seem to be the ones I hear about the most.

提交回复
热议问题