b/popularbooks by sammoh

Get Programming with Node.js

This post was published 7 years ago. Download links are most likely obsolete. If that's the case, try asking the uploader to re-upload.

Get Programming with Node.js

English | ISBN: 9781617294747 | 500 pages | February 2019 | EPUB | 3.61 MB

Summary

Get Programming with Node.js teaches you to write server-side code in JavaScript using Node.js. In 37 fast-paced, fun, and practical lessons, you'll discover how to extend your existing JavaScript skills to write back-end code for your web applications.

About the Technology

Node.js delivers the speed and reliability you need for ecommerce, social media, and gaming applications. It comes with thousands of prebuilt packages to help you get started immediately. If you want to use JavaScript on the server, Node.js is your choice.

About the Book

Get Programming with Node.js teaches you to build web servers using JavaScript and Node. In this engaging tutorial, you'll work through eight complete projects, from writing the code for your first web server to adding live chat to a web app. Your hands will stay on the keyboard as you explore the most important aspects of the Node development process, including security, database management, authenticating user accounts, and deploying to production. You'll especially appreciate the easy-to-follow discussions, illuminating diagrams, and carefully explained code!

What's Inside

New features from ES2015 and later

Writing asynchronous code

Creating data models

Debugging JavaScript modules