Hapi
Hapi is the result of the team behind Walmart's online mobile website. The team that built that website developed a rich set of Node.js utilities and libraries that can be found under the Spumko umbrella. Considering the tremendous amount of traffic Walmart's website receives on any given day, it's no wonder that the team at Walmart Labs is on the top of their game when it comes to Node.js development and best practices. Hapi is the web framework that was born from the ashes of real-world trial and error. The Hapi website is at http://hapijs.com.
More information about Hapi can be found on its website, as well as its official GitHub repo at https://github.com/spumko/hapi. In next section, we will implement a set of API's in the Hapi framework.
Kick starting Hapi.js
In previous chapters, we studied and implemented Express framework. The Express community denotes it as minimalistic framework, and it thus provides performance benefits. For building any application, choosing the right framework...