hapi — v17 Upgrade Guide (Your Move to async/await)
The release of hapi v17 marks a change of the framework towards modern Node.js features. With v17, hapi has full end-to-end support for async/await. This major release is basically a rewrite of the hapi code base from callbacks to async/await. The recent changes in JavaScript and Node. …
Continue Reading