Node.js for PHP Developers

Front Cover
"O'Reilly Media, Inc.", 2012 - Computers - 269 pages
1 Review

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
 

What people are saying - Write a review

User Review - Flag as inappropriate

To read

Contents

Chapter 1 Nodejs Basics
1
Chapter 2 A Simple Nodejs Framework
21
Chapter 3 Simple Callbacks
47
Chapter 4 Advanced Callbacks
65
Chapter 5 HTTP Responses
89
Chapter 6 Syntax
107
Chapter 7 Variables
125
Chapter 8 Classes
157
Chapter 9 File Access
177
Chapter 10 MySQL Access
199
Chapter 11 Plain Text JSON and XML
219
Chapter 12 Miscellaneous Functions
241
Index
261
About the Author
270
Copyright

Other editions - View all

Common terms and phrases

About the author (2012)

Daniel Howard has worked as a software developer for over 15 years. He has worked at startups, Fortune 500 companies, and several in between. He has seen companies and individual developers struggle to move from one technology to another. He believes everybody can keep one foot firmly planted on one side and plant his other foot in the new technology, and wants to help them learn how to do so.

Bibliographic information