Book 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
Table of contents
- Node: Up and Running
- SPECIAL OFFER: Upgrade this ebook with O’Reilly
- Foreword by Ryan Dahl
- Foreword by Brendan Eich
- Preface
- I. Up and Running
- II. Deep Dive and API Reference
- Glossary
- Index
- About the Authors
- Colophon
- SPECIAL OFFER: Upgrade this ebook with O’Reilly
Product information
- Title: Node: Up and Running
- Author(s):
- Release date: April 2012
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781449336950
You might also like
book
Distributed Systems with Node.js
Many companies, from startups to Fortune 500 companies alike, use Node.js to build performant backend services. …
book
Node.js in Practice
Node.js in Practice is a collection of fully tested examples that offer solutions to the common …
book
Building Scalable Apps with Redis and Node.js
Develop customized, scalable web apps through the integration of powerful Node.js frameworks In Detail Node.js is …
video
How to Build Microservices with Node.js
Explore how to build microservices with Node.js, and learn when and why to use them. About …