0.0.4 • Published 7 years ago

hapier v0.0.4

Weekly downloads
2
License
BSD-3-Clause
Repository
github
Last release
7 years ago

Hapier

npm version Build Status Coverage Status Dependency Status bitHound Overalll Score

A happier way to use Hapi

Lead Maintainer: Asaf Shakarzy

Introduction

hapier is a hapi plugin that helps you to focus on building your product by reducing the effort required to register and organize Hapi components,

It conduct (still can be changed) a methodology for managing application components (i.e actions, routes, etc) and automatically injects the relevant configuration to each component.

Hapier is not changing the way hapi works, it just reduce glue code and conduct a simple yet powerful way to manage application component.

This project is based on the following modules:

  • hapi - the application container for the front-end API.
  • seneca (via Chairo plugin) - a micro service container for the business logic.