Which template engine is supported by express js?



Which template engine is supported by express js?..

Answer / Arpit Agarwal

Express.js supports several template engines, including EJS (Embedded JavaScript), Handlebars, and Mustache.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Node.js Interview Questions

What is the difference between nodejs and jquery?

1 Answers  


What is the purpose of __dirname variable?

1 Answers  


How to debug the code in Node.js?

1 Answers  


What are the exit codes in node.js? Can you list a few exit codes?

1 Answers  


What is difference between synchronous and asynchronous method of fs module?

1 Answers  


How do you read a file using node.js?

1 Answers  


What is the difference between Node.js vs Ajax?

1 Answers  


Are promises better than callbacks?

1 Answers  


What is io.js?

1 Answers  


What is rest api in node js?

1 Answers  


What do you mean by “streams”?

1 Answers  


What is the difference between readFile vs createReadStream in Node.js?

1 Answers  


Categories