Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Node Web Development, 2nd Edition (repost)

Posted By: roxul
Node Web Development, 2nd Edition (repost)

David Herron, "Node Web Development, 2nd Edition"
2013 | ISBN: 1782163301 | 229 pages | EPUB, PDF | 4 MB

A practical introduction to Node.js, an exciting server-side JavaScript web development stack

Overview
Learn about server-side JavaScript with Node.js and Node modules.
Website development both with and without the Connect/Express web application framework.
Developing both HTTP server and client applications.

In Detail

Node.js is a JavaScript platform using an event-driven, non-blocking I/O model allowing users to build fast and scalable data-intensive applications that run in real time.

This book gives you an excellent starting point and goes straight to the heart of developing web applications with Node.js. You will go from a rudimentary knowledge of JavaScript or server-side application development to being able to create and maintain your own Node.js application.

Node Web Development shows that JavaScript is not just for browsers anymore. It can be used for web application development, for developing any Internet protocol, for real-time applications, and much more. With this book you will learn through practical examples how to use the HTTP Server and client objects as well as both SQL and MongoDB databases. The book explains how application algorithms are expected to cooperate correctly with the event loop, and gives advice on algorithm refactoring for asynchronous execution through the event loop.

What you will learn from this book
Discover the role of server-side JavaScript in web application development
Explore architecture choices in Node.js for performance and throughput
Install and use Node.js for both development and deployment
Use the Connect and Express application frameworks
Deploy both SQL and MongoDB database systems