Server-Side Development with Hapi.js — Rendering Views
Hapi.js is a small Node framework for developing back end web apps.
In this article, we’ll look at how to create back end apps with Hapi.js.
Rendering a View
We can render a view with the h.view
method.
For example, we can write: