Sunday, October 08, 2017

Create a RESTful API With Node.js, Hapi, and Couchbase NoSQL

DZone Database Zone
Create a RESTful API With Node.js, Hapi, and Couchbase NoSQL
Create a RESTful API With Node.js, Hapi, and Couchbase NoSQL

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.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...