Skip to content

Files

Latest commit

37fd97c · Dec 12, 2017

History

History
17 lines (12 loc) · 467 Bytes

hapi.md

File metadata and controls

17 lines (12 loc) · 467 Bytes

Hapi

A rich framework for building applications and services

Hapi

Hapi is a simple framework that allows to build REST APIs easily.

While the framework isn't as simple as express, it has a few advantages:

  • Configuration based
  • Input validation
  • Takes care of authentication and authorization
  • Plugins based
  • Testable
  • Auto documented APIs
  • Tested at the biggest companies under heavy loads