Getting Started with hapi.js

John Brett

  • 出版商: Packt Publishing
  • 出版日期: 2016-04-11
  • 售價: $1,370
  • 貴賓價: 9.5$1,302
  • 語言: 英文
  • 頁數: 156
  • 裝訂: Paperback
  • ISBN: 1785888188
  • ISBN-13: 9781785888182
  • 下單後立即進貨 (約3~4週)

商品描述

Key Features

  • With the help of this book, you will improve your productivity as a developer and that of your team by focusing on business logic utilizing the structure that Hapi.js provides
  • You will be introduced to a real-world problem and we'll demonstrate how to use the tools Hapi provides to resolve it
  • This is the only book with a learn-by-example approach

Book Description

This book will introduce hapi.js and walk you through the creation of your first working application using the out-of-the-box features hapi.js provides. Packed with real-world problems and examples, this book introduces some of the basic concepts of hapi.js and Node.js and takes you through the typical journey you'll face when developing an application. Starting with easier concepts such as routing requests, building APIs serving JSON, using templates to build websites and applications, and connecting databases, we then move on to more complex problems such as authentication, model validation, caching, and techniques for structuring your codebase to scale gracefully. You will also develop skills to ensure your application's reliability through testing, code coverage, and logging.

By the end of this book, you'll be equipped with all the skills you need to build your first fully featured application. This book will be invaluable if you are investigating Node.js frameworks or planning on using hapi.js in your next project.

What you will learn

  • Increase your productivity by taking advantage of the out-of-the-box features hapi.js provides
  • Build secure API servers
  • Create websites and applications using your favorite templating language
  • Leverage hapi.js plugins to better structure your codebase
  • Simplify your security workflows with the built-in authentication and authorization functionality of hapi.js
  • Ensure application reliability with testing and code coverage
  • Reduce code complexity using reusable validation logic with joi
  • Gather insight into your application performance via logging
  • Start the journey to building robust production-ready applications

About the Author

John Brett is a software engineer passionate about new technologies, open source, and building useful software while travelling the world. Starting out in Ireland with a degree in Computer Science and Software Engineer, he went on to join IBM through their premier internship Extreme Blue, later working on collaboration software as part of IBM's Software Group. There, John mainly worked with PHP and JavaScript, only working with Node.js in his spare time.

Later in his career, John moved to a growing SAAS company called D4H Technologies. As a lead engineer there, he developed tools to aid emergency response teams globally, all from a lighthouse in Dublin, Ireland. Here, John got more exposure to Node.js, leading D4H's first venture into Node using hapi.js, later joining the hapi.js core team

Table of Contents

  1. Introducing hapi.js
  2. Adding Functionality by Routing Requests
  3. Structuring Your Codebase with Plugins
  4. Adding Tests and the Importance of 100% Code Coverage
  5. Securing Applications with Authentication and Authorization
  6. The joi of Reusable Validation
  7. Making Your Application Production Ready