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

Node.js for PHP Developers (Porting PHP to Node.js)

List Price: $29.99
SKU:
9781449333607
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:
    Daniel Howard
    Format:
    Paperback
    Pages:
    284
    Publisher:
    O'Reilly Media (January 15, 2013)
    Language:
    English
    ISBN-13:
    9781449333607
    ISBN-10:
    1449333605
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20251022163324-20251022.xml
    Folder:
    TWO RIVERS
    List Price:
    $29.99
    As low as:
    $25.79
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Case Pack:
    15
    Country of Origin:
    United States
    Pub Discount:
    60
    Weight:
    16.32oz
    Imprint:
    O'Reilly Media
  • Overview

    If you’re an experienced PHP developer, you already have a head start on learning how to write Node.js code. In this book, author Daniel Howard demonstrates the remarkable similarities between the two languages, and shows you how to port your entire PHP web application to Node.js. By comparing specific PHP features with their Node counterparts, you’ll also discover how to refactor and improve existing PHP 4 or PHP 5 source code.

    At the end, you’ll have two fully functional codebases to provide to your users. You can update both of them simultaneously, using this book as a reference to important aspects of PHP and Node.js.

    • Use a simple Node.js framework to convert individual PHP pages to Node.js files
    • Refactor blocking PHP source code to non-blocking Node.js source code that uses callbacks
    • Convert PHP syntax, variables, and types to Node.js
    • Use a step-by-step technique for implementing PHP classes and class inheritance in Node.js
    • Convert PHP file handling APIs into their Node.js equivalents
    • Compare approaches for using a MySQL database in Node.js and PHP
    • Convert PHP code for JSON or XML APIs into Node.js code for npm packages