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 |
What is the difference between nodejs and jquery?
What is the purpose of __dirname variable?
How to debug the code in Node.js?
What are the exit codes in node.js? Can you list a few exit codes?
What is difference between synchronous and asynchronous method of fs module?
How do you read a file using node.js?
What is the difference between Node.js vs Ajax?
Are promises better than callbacks?
What is io.js?
What is rest api in node js?
What do you mean by “streams”?
What is the difference between readFile vs createReadStream in Node.js?