What is view engine in express?
Answer / Suraj Kumar Nayak
In Express.js, a view engine is a templating system that helps to render HTML content dynamically based on data received from the server. In Express, the default view engine is EJS (Embedded JavaScript), but it can be changed to other engines like Pug or Jade.
| Is This Answer Correct ? | 0 Yes | 0 No |
Steps for the execution of an MVC project?
What is difference between mvc (model-view-controller) and mvp (model-view-presenter)?
What is difference between mvc and hmvc?
What is mvc mvp mvvm?
What does it mean to annotate something?
Why filters are used in mvc?
Does mvc support session?
What is tempdata in mvc?
How the Routes in webform application and an MVC application differ?
What is latest mvc version?
What is dao in mvc?
what is get and post action types?