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

Sails.js in Action

List Price: $49.99
SKU:
9781617292613
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:
    Mike McNeil, Irl Nathan
    Format:
    Paperback
    Pages:
    488
    Publisher:
    Manning (February 9, 2017)
    Language:
    English
    ISBN-13:
    9781617292613
    ISBN-10:
    1617292613
    Weight:
    29.6oz
    Dimensions:
    7.38" x 9.25" x 1"
    File:
    Eloquence-SimonSchuster_08192026_P10502905_onix30-20260819.xml
    Folder:
    Eloquence
    List Price:
    $49.99
    Case Pack:
    18
    As low as:
    $44.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    Summary

    Sails.js in Action is a comprehensive guide to buildingenterprise-capable web applications using Node and Sails. Written by the creators of the Sails.js framework, this book carefully introduces each concept, technique, and tool with real-world examples and crystal clear explanations.

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

    About the Technology

    Sails makes professional web development a breeze. This instantly familiar MVC framework automatically handles the tedious application boilerplate, so you can concentrate on developing features and creating business value. You get powerful tools for rapid API development, task automation, an ORM, and easy integration with any web, mobile, or IoT frontend. And because you're using Node.js, it's JavaScript all the way down.

    About the Book

    Sails.js in Action is a comprehensive guide on how to build enterprise-capable web applications. Written by the creators of Sails.js, this book introduces each concept and technique with real-world examples and thorough explanations. As you read, you'll learn to build the backend of a typical web application while you explore real-time programming with WebSockets, security fundamentals, and best practices for building Sails/Node.js apps.

    What's Inside

    • Creating the backend for a web, mobile, or IoT app
    • Real-time programming with WebSockets
    • User management, authentication, and password recovery
    • Using Sails to autogenerate REST APIs
    • Custom backend development and third-party API integrations

    About the Reader

    Readers should be comfortable with JavaScript and frontend web development.

    About the Author

    Mike McNeil is the creator of Sails.js. Irl Nathan is the producer of sailsCasts, a series focused on using Sails.

    Table of Contents

    1. Getting started
    2. First steps
    3. Using static assets
    4. Using the blueprint API
    5. Custom backend code
    6. Using models
    7. Custom actions
    8. Server-rendered views
    9. Authentication and sessions
    10. Policies and access control
    11. Refactoring
    12. Embedded data and associations
    13. Ratings, followers, and search
    14. Realtime with WebSockets
    15. Deployment, testing, and security