Using express without a template engine

前端 未结 4 1300
眼角桃花
眼角桃花 2021-01-17 23:59

Is it possible to create an express (node) application without the need for a template engine such as jade or ejs. I\'ve got a large final year project at university and i\'

4条回答
  •  旧时难觅i
    2021-01-18 00:25

    Is it possible to create an express (node) application without the need for a template engine such as jade or ejs

    Yes it is. You can just use HTML. Or just use EJS. EJS is a superset of HTML.

    I don't want to burden myself with having to learn a templating language too!

    You can learn a templating language in a day. It's really going to help you. Just do it. It's worth it.

提交回复
热议问题