bluebird78999 / wot-book

Code examples from "Building the Web of Things" @ Manning

Home Page:http://book.webofthings.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building the Web of Things - Code

This repository contains all the Node.js and JavaScript code examples from the Building the Web of Things book.

Node version compatibility

This code is meant to work with Node 4.x and will not work on newer Node version. You can find the 4.x releases on https://nodejs.org/en/download/releases/. We are working on a version that will support newer Node but it isn't quite ready yet.

Downloading the code examples

Clone the repository recursively to ensure all the sub projects are downloaded:

git clone --recursive https://github.com/webofthings/wot-book.git

What is the book about?

The book is all about building apps for the Internet of Things using Web technologies. In more technical terms it is all about Node.js, JavaScript, HTTP, WebSockets for embedded devices!

building the web of things

Get Building the Web of Things!

About

Code examples from "Building the Web of Things" @ Manning

http://book.webofthings.io

License:Apache License 2.0


Languages

Language:HTML 46.2%Language:JavaScript 45.0%Language:Shell 6.2%Language:CSS 1.6%Language:Python 1.0%