December 2016
Beginner
320 pages
9h 39m
English
In this chapter, you dive right into things and install Node.js on your machine and make sure it is working correctly before moving further into the language and writing networked applications. By the end of this chapter, you should have Node set up and running on your computer, have entered a few small test programs to play around with it, and know how to use the built-in Node debugger.
Let’s begin by looking at installation on Windows. Mac and Linux users should feel free to skip ahead to the appropriate subsection, unless you have both types of machine.
To install Node.js on a Windows machine, you can use the handy installer provided on the nodejs.org website. Visit the Download ...
Read now
Unlock full access