DZone

Developing Node.js applications with Express is no doubt a very popular option; however, it isn’t the only option, and it may not even be the best option. I recently started looking into Hapi, which defines itself as being a framework for services — something that wasn’t exactly a thing when Express came around.

Previously, I had written about creating a RESTful API with Node.js and Express, but this time around, we’re going to explore doing the same with Hapi.

Source: DZone