Node.js for PHP Developers: Porting PHP to Node.js (Paperback)
            
暫譯: PHP 開發者的 Node.js:將 PHP 移植到 Node.js (平裝本)
        
        Daniel Howard
- 出版商: O'Reilly
- 出版日期: 2013-01-15
- 定價: $1,050
- 售價: 9.5 折 $998
- 貴賓價: 9.0 折 $945
- 語言: 英文
- 頁數: 288
- 裝訂: Paperback
- ISBN: 1449333605
- ISBN-13: 9781449333607
- 
    相關分類:
    
      Node.js
 
- 
    相關翻譯:
    
      寫給 PHP 開發者的 Node.js 學習指南 (Node.js for PHP Developers: Porting PHP to Node.js) (簡中版)
 
立即出貨 (庫存 < 4)
買這商品的人也買了...
- 
                
                   Head First Python (Paperback) Head First Python (Paperback)$1,760$1,672
- 
                
                   $660JavaScript & jQuery: The Missing Manual, 2/e (Paperback) $660JavaScript & jQuery: The Missing Manual, 2/e (Paperback)
- 
                
                   版本控制使用 Git (Version Control with Git: Powerful Tools and Techniques for Collaborative Software Development) 版本控制使用 Git (Version Control with Git: Powerful Tools and Techniques for Collaborative Software Development)$580$458
- 
                
                   精通 HTML5 Canvas (HTML5 Canvas) 精通 HTML5 Canvas (HTML5 Canvas)$880$695
- 
                
                   JavaScript 大全, 6/e (JavaScript: The Definitive Guide: Activate Your Web Pages, 6/e) JavaScript 大全, 6/e (JavaScript: The Definitive Guide: Activate Your Web Pages, 6/e)$1,200$948
- 
                
                   精通正規表達式, 3/e (Mastering Regular Expressions, 3/e) 精通正規表達式, 3/e (Mastering Regular Expressions, 3/e)$780$616
- 
                
                   PHP & MySQL: The Missing Manual 國際中文版 (PHP & MySQL: The Missing Manual) PHP & MySQL: The Missing Manual 國際中文版 (PHP & MySQL: The Missing Manual)$580$458
- 
                
                   A Practical Guide to Linux Commands, Editors, and Shell Programming, 3/e (Paperback) A Practical Guide to Linux Commands, Editors, and Shell Programming, 3/e (Paperback)$2,040$1,938
- 
                
                   $2,205Linux System Programming: Talking Directly to the Kernel and C Library, 2/e (Paperback) $2,205Linux System Programming: Talking Directly to the Kernel and C Library, 2/e (Paperback)
- 
                
                   比 MySQL 快 60 倍-Redis 記憶體儲存資料庫快速上手 比 MySQL 快 60 倍-Redis 記憶體儲存資料庫快速上手$450$383
- 
                
                   HTML5 and CSS3 All-in-One For Dummies, 3/e (Paperback) HTML5 and CSS3 All-in-One For Dummies, 3/e (Paperback)$1,720$1,634
- 
                
                   Google 御用網頁語言 Node.js:一流程式設計師養成精華, 2/e Google 御用網頁語言 Node.js:一流程式設計師養成精華, 2/e$490$417
- 
                
                   Node.js 模組參考手冊 Node.js 模組參考手冊$580$458
- 
                
                   超圖解 Arduino 互動設計入門, 3/e 超圖解 Arduino 互動設計入門, 3/e$680$578
- 
                
                   $403Go 並發編程實戰, 2/e $403Go 並發編程實戰, 2/e
- 
                
                   用 Javascript 一統前後端:御用語言 Node.js 出巡 Web 用 Javascript 一統前後端:御用語言 Node.js 出巡 Web$490$417
- 
                
                   iOS 11 程式設計實戰 -- Swift 4 快速上手的開發技巧200+ iOS 11 程式設計實戰 -- Swift 4 快速上手的開發技巧200+$580$458
- 
                
                   $714PHP 7 編程實戰 $714PHP 7 編程實戰
- 
                
                   最簡單的整合框架:Vue.js 立即成為前端高手 最簡單的整合框架:Vue.js 立即成為前端高手$590$502
- 
                
                   新一代 JavaScript 程式設計精解 -《對應 ECMAScript 全新語法標準》 新一代 JavaScript 程式設計精解 -《對應 ECMAScript 全新語法標準》$580$493
- 
                
                   Laravel 5.7 實務專題範例教學:主流 PHP 開發框架入門 Laravel 5.7 實務專題範例教學:主流 PHP 開發框架入門$560$476
- 
                
                   $267Go 語言高級編程 $267Go 語言高級編程
- 
                
                   Python 最強入門邁向頂尖高手之路 -- 王者歸來 (全彩版) Python 最強入門邁向頂尖高手之路 -- 王者歸來 (全彩版)$1,000$790
- 
                
                   SQL 達人的工作現場攻略筆記 SQL 達人的工作現場攻略筆記$580$458
- 
                
                   讓 TypeScript 成為你全端開發的 ACE!(iT邦幫忙鐵人賽系列書) 讓 TypeScript 成為你全端開發的 ACE!(iT邦幫忙鐵人賽系列書)$650$553
商品描述
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
商品描述(中文翻譯)
如果您是一位經驗豐富的 PHP 開發者,您已經在學習如何編寫 Node.js 代碼方面有了先機。在這本書中,作者 Daniel Howard 展示了這兩種語言之間的顯著相似性,並向您展示如何將整個 PHP 網頁應用程式移植到 Node.js。通過比較特定的 PHP 特性與其 Node 對應項,您還將發現如何重構和改進現有的 PHP 4 或 PHP 5 原始碼。
最後,您將擁有兩個完全功能的代碼庫可供用戶使用。您可以同時更新這兩個代碼庫,並使用本書作為 PHP 和 Node.js 重要方面的參考。
- 使用簡單的 Node.js 框架將單個 PHP 頁面轉換為 Node.js 檔案
- 將阻塞的 PHP 原始碼重構為使用回調的非阻塞 Node.js 原始碼
- 將 PHP 語法、變數和類型轉換為 Node.js
- 使用逐步技術在 Node.js 中實現 PHP 類和類繼承
- 將 PHP 檔案處理 API 轉換為其 Node.js 對應項
- 比較在 Node.js 和 PHP 中使用 MySQL 數據庫的方法
- 將用於 JSON 或 XML API 的 PHP 代碼轉換為 npm 套件的 Node.js 代碼

 
     
     
     
     
     
     
     
     
    