Skip to Content
Practical Internet of Things with JavaScript
book

Practical Internet of Things with JavaScript

by Arvind Ravulavaru
December 2017
Intermediate to advanced
296 pages
5h 56m
English
Packt Publishing
Content preview from Practical Internet of Things with JavaScript

Installing Node.js on the server

Before we continue with our development, we need Node.js on our server. The server here could be your own desktop, laptop, an AWS machine, or a digitalocean instance, which may or may not have a public IP (https://www.iplocation.net/public-vs-private-ip-address).

To install Node.js, navigate to https://nodejs.org/en/ and download the appropriate version for your machine. Once installation is completed, you can test the installation by running the from a command prompt/terminal:

node -v# v6.10.1

and

npm -v
# 3.10.10  

You may have a later version than the one shown previously.

Now that we have the required software, we will continue.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Test-Driving JavaScript Applications

Test-Driving JavaScript Applications

Venkat Subramaniam
Web Caching and Replication

Web Caching and Replication

Michael Rabinovich, Oliver Spatscheck

Publisher Resources

ISBN: 9781788292948Supplemental Content