Render
The app.render() method is used for returning the rendered HTML of a view using the callback function. The res.render() function is used to render a view and sends the rendered HTML string to the client. This method accepts an optional parameter that is an object which contains the local variables for the view.
Trending Tutorials