Node.js the Right Way: Practical, Server-Side JavaScript That Scales (Paperback)
Jim Wilson
- 出版商: Pragmatic Bookshelf
- 出版日期: 2013-12-31
- 定價: $880
- 售價: 8.8 折 $774
- 語言: 英文
- 頁數: 148
- 裝訂: Paperback
- ISBN: 1937785734
- ISBN-13: 9781937785734
-
相關分類:
JavaScript、Node.js
立即出貨(限量) (庫存=1)
買這商品的人也買了...
-
$525XML: A Manager's Guide (Paperback)
-
$990UNIX Fault Management: A Guide for System Administrators (Paperback)
-
$990Inside XML (Paperback)
-
$990Secure Messaging With Microsoft Exchange Server 2003 (Paperback)
-
$980$980 -
$980$774 -
$199Creating Web Pages with HTML Simplified, 3/e (Paperback)
-
$1,570$1,492 -
$1,600$1,520 -
$399Learning Web Design: A Beginner's Guide to (X)HTML, StyleSheets, and Web Graphics, 3/e (Paperback)
-
$990Windows Server 2008 TCP/IP Protocols and Services (Paperback)
-
$1,881Web Engineering: A Practioner's Approach (Paperback)
-
$1,330$1,264 -
$820$648 -
$780$663 -
$520$411 -
$780$515 -
$520$343 -
$2,030$1,929 -
$940$700 -
$650$514 -
$680$578 -
$780$616 -
$690$538 -
$590$460
相關主題
商品描述
Get to the forefront of server-side JavaScript programming by writing compact, robust, fast, networked Node applications that scale. Ready to take JavaScript beyond the browser, explore dynamic languages features and embrace evented programming? Explore the fun, growing repository of Node modules provided by npm. Work with multiple protocols, load-balanced RESTful web services, express, 0MQ, Redis, CouchDB, and more. Develop production-grade Node applications fast.
JavaScript is the backbone of the modern web, powering nearly every web app's user interface. Node.js is JavaScript for the server. This book shows you how to develop small, fast, low-profile, useful, networked applications. You'll write asynchronous, non-blocking code using Node's style and patterns. You'll cluster and load balance your services with Node core features and third-party tools. You'll work with many protocols, creating RESTful web services, TCP socket clients and servers, and more.
This short book packs a hefty dose of Node.js. You'll test your code's functionality and performance under load. You'll learn important aspects of Node development--from its architecture and core, to its ecosystem of third-party modules. You'll discover how Node pairs a server-side event loop with a JavaScript runtime to produce screaming fast, non-blocking concurrency. Through a series of practical programming domains, you'll use the latest available ECMAScript Harmony features and harness key Node classes such as EventEmitter and Stream. Throughout the book, you'll develop real programs that are small, fast, low-profile, and useful.
Get ready to join a smart community that's rapidly advancing the state of the art in web development.
What You Need:
Latest stable release of Node.js, this book was written with 0.12.x in mind. The 0MQ (ZeroMQ) library, version 3.2 or higher.