Node: Up and Running by Tom Hughes-Croucher ; Mike Wilson

Node: Up and Running

by Tom Hughes-Croucher ; Mike Wilson

Price: £16.99

Discount: 37%
RRP: 26.99

More Details

Description

This book introduces you to Node, the new web development framework written in JavaScript. You'll learn hands-on how Node makes life easier for experienced JavaScript developers: not only can you work on the front end and back end in the same language, you'll also have more flexibility in choosing how to divide application logic between client and server.

 Written by a core contributor to the framework, Node: Up and Running shows you how Node scales up to support large numbers of simultaneous connections across multiple servers, and scales down to let you create quick one-off applications with minimal infrastructure. Built on the V8 JavaScript engine that runs Google Chrome, Node is already winning the hearts and minds of many companies, including Google and Yahoo! This book shows you why.

* Understand Node's event-loop architecture, non-blocking I/O, and event-driven programming
* Discover how Node supports a variety of database and data storage tools
* Learn best practices for writing easy-to-maintain code for Node
* Get concrete examples of how to use the various Node APIs in practice
* Take advantage of the book’s complete API reference

CONTENTS:

Foreword by Ryan Dahl; Foreword by Brendan Eich; Preface; Introduction; Conventions Used in This Book; Using Code Examples; Safari(R) Books Online; How to Contact Us; Acknowledgments; Up and Running; Chapter 1: A Very Brief Introduction to Node.js; 1.1 Installing Node.js; 1.2 First Steps in Code; 1.3 Why Node?; Chapter 2: Doing Interesting Things; 2.1 Building a Chat Server; 2.2 Let’s Build Twitter; Chapter 3: Building Robust Node Applications; 3.1 The Event Loop; 3.2 Patterns; 3.3 Writing Code for Production; Deep Dive and API Reference; Chapter 4: Core APIs; 4.1 Events; 4.2 HTTP; 4.3 I/O; Chapter 5: Helper APIs; 5.1 DNS; 5.2 Crypto; 5.3 Processes; 5.4 Testing Through assert; 5.5 VM; Chapter 6: Data Access; 6.1 NoSQL and Document Stores; 6.2 Relational Databases; 6.3 Connection Pooling; 6.4 MQ Protocols; Chapter 7: Important External Modules; 7.1 Express; 7.2 Socket.IO; Chapter 8: Extending Node; 8.1 Modules; 8.2 Package Manager; 8.3 Add-ons; Glossary; Colophon;
Published

22 May 2012

Publisher

O'REILLY & ASSOCIATES

ISBN

9781449398583

Pages

200

Static Book Details Index Page - Click Here to go to Computer Manuals Website