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

Node for Front-End Developers (Writing Server-Side JavaScript Applications)

List Price: $14.99
SKU:
9781449318833
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:
    Garann Means
    Format:
    Paperback
    Pages:
    56
    Publisher:
    O'Reilly Media (March 6, 2012)
    Language:
    English
    ISBN-13:
    9781449318833
    ISBN-10:
    1449318835
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20251022163324-20251022.xml
    Folder:
    TWO RIVERS
    List Price:
    $14.99
    As low as:
    $12.89
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Case Pack:
    74
    Country of Origin:
    United States
    Pub Discount:
    60
    Weight:
    4oz
    Imprint:
    O'Reilly Media
  • Overview

    If you know how to use JavaScript in the browser, you already have the skills you need to put JavaScript to work on back-end servers with Node. This hands-on book shows you how to use this popular JavaScript platform to create simple server applications, communicate with the client, build dynamic pages, work with data, and tackle other tasks.

    Although Node has a complete library of developer-contributed modules to automate server-side development, this book will show you how to program with Node on your own, so you truly understand the platform. Discover firsthand how well Node works as a web server, and how easy it is to learn and use.

    • Set up Node and learn how to build scaffolding for a web application
    • Work with Node natively to see how it functions as a web server
    • Understand how Node receives client data from GET and POST requests
    • Use the Socket.IO module to facilitate realtime client-server communication
    • Choose from among several Node templates to create dynamic pages
    • Learn how to connect to a database, and store data in files
    • Implement the Model-View-Controller pattern, and share Node modules with server and client