Limit this search to....

Hapi.JS in Action
Contributor(s): Harrison, Matt (Author)
ISBN: 1633430219     ISBN-13: 9781633430211
Publisher: Manning Publications
OUR PRICE:   $42.74  
Product Type: Paperback - Other Formats
Published: December 2016
Qty:
Temporarily out of stock - Will ship within 2 to 5 weeks
Additional Information
BISAC Categories:
- Computers | Web - Design
- Computers | Programming Languages - Javascript
- Computers | Web - Web Programming
Physical Information: 0.7" H x 7.3" W x 9.2" (1.30 lbs) 384 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
Summary

Hapi.js in Action teaches you how to build modern Node-driven applications using hapi.js. Packed with examples, this book takes you from your first simple server through the skills you'll need to build a complete application. Foreword by Eran Hammer.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Technology

The hapi.js web framework for Node.js is built around three radical ideas. Developer productivity: hapi's intuitive setup gets you up and running in no time. Maintainability: hapi's modular design allows for easy scaling and improvement. Flexibility: hapi has a lightweight core that you can expand and customize with plugins. Are you ready to get hapi?

About the Book

Hapi.js in Action is an incredibly practical book that teaches you to build APIs, servers, and applications using Node.js and the hapi.js framework. You'll begin with an easy-to-follow mental model of a Node.js web application and see exactly where hapi fits into the picture. Then, you'll walk through building an API and composing it into a web application. Along the way, you'll explore key topics like validation, testing, authentication, and deployment. Throughout, you'll learn how to build rock-solid, secure, and fast applications.

What's Inside

  • Best practices for Node application design
  • Building APIs with hapi
  • Maintaining and scaling applications
  • Extending hapi with plugins

About the Reader

This book assumes you have strong JavaScript skills. Experience with Node.js is helpful but not required.

About the Author

Matt Harrison is a core contributor to hapi.js and an active member of the Node community.

Table of Contents

    PART 1 - FIRST STEPS
  1. Introducing hapi
  2. Building an API
  3. Building a website
  4. PART 2 - EXPANDING YOUR TOOLBOX
  5. Routes and handlers in-depth
  6. Understanding requests and responses
  7. Validation with Joi
  8. Building modular applications with plugins
  9. Cache me if you can
  10. PART 3 - CREATING ROCK-SOLID APPS
  11. Authentication and security
  12. Testing with Lab, Code, and server.inject()
  13. Production and beyond

Contributor Bio(s): Harrison, Matt: -

Matt Harrison is a freelance web developer and consultant. He's a core contributor to hapi.js, a frequent blogger, and an active member of the Node.js community. In a former life, he was an architect.