Book Name: | How To Code in Node.js |
Category: | Computer Books ( CE & IT ) |
Free Download: | Available |
How To Code in Node.js
Book Description
Node.js is a popular open-source runtime environment that can execute JavaScript outside of the browser. The Node runtime is commonly used for back-end web development, leveraging its asynchronous capabilities to create networking applications and web servers. Node is also a popular choice for building command line tools.
In this book, you will go through exercises to learn how to code in Node.js, gaining skills that apply equally to back-end and full stack development.
By the end of this book, you will be able to write programs that leverage Node’s asynchronous code execution capabilities, complete with event emitters and listeners that will respond to user actions. You will also learn how to debug Node applications using the built-in debugging utilities and the Chrome browser’s DevTools utilities. You will also learn how to write automated tests for your programs to ensure that any features you add or change functionality as you expect.