January 2018
Intermediate to advanced
278 pages
5h 13m
English
In this section, we will create a web application to consume sensor data. We will implement the program using HTML5 and JS. Technically, the HTML5 application will communicate with AWS IoT using MQTT over HTTP. This is done if we use AWS IoT SDK for JavaScipt/Node.js and AWS SDK.
$ mkdir aws-iot-visualz$ cd aws-iot-visualz/$ npm init
The Webpack library is used to bundle all JS libraries into a ...