null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

hapi.js in Action

List Price: $44.99
SKU:
9781633430211
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Matt Harrison
    Format:
    Paperback
    Pages:
    384
    Publisher:
    Manning (December 16, 2016)
    Language:
    English
    ISBN-13:
    9781633430211
    ISBN-10:
    1633430219
    Weight:
    23.52oz
    Dimensions:
    7.38" x 9.25" x 0.8"
    File:
    Eloquence-Simon_09012023_093020_Complete_onix21-20230901.xml
    Folder:
    Eloquence
    List Price:
    $44.99
    Case Pack:
    22
    As low as:
    $34.64
    Publisher Identifier:
    P-SS
    Discount Code:
    A
  • Overview

    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