2

I wish to build a web service with lots of data updates and reads and user authentication.

Which one is a better choice among hapi, restify, or express for a Rest API? Please feel free to suggest any other framework which I haven't yet stumbled upon.

After a lot of searching, all the tutorials I could find were using the hapi framework pre v2.0. Could you please suggest me some good tutorials on using hapi and node.js to build a web API server?

I am using MongoDB for the data.

AdrieanKhisbe
  • 3,899
  • 8
  • 37
  • 45
rahulroy9202
  • 2,730
  • 3
  • 32
  • 45
  • I did research on this, and replied to someone that had a similar question as you: http://stackoverflow.com/questions/30469767/how-do-express-and-hapi-compare-to-each-other/31223294#31223294 – wle8300.com Jul 04 '15 at 17:25

2 Answers2

8

Hapi is great, one of the most famous successful implementation was the back-end system of Walmart US, and it survived the Black Friday... Search on YouTube for: "taking a REST and being HAPI"

https://github.com/geek/hapi-example

http://blog.modulus.io/nodejs-and-hapi-create-rest-api

iwasrobbed
  • 46,496
  • 21
  • 150
  • 195
Firmino Changani
  • 861
  • 7
  • 11
4

I also found the following very helpful -

AdrieanKhisbe
  • 3,899
  • 8
  • 37
  • 45
rahulroy9202
  • 2,730
  • 3
  • 32
  • 45