/raspberry-nodejs-simple-led

Very simple node.js application which controls Raspberry GPIO pins - sets or resets LED attached to Raspberry GPIO.

Primary LanguageJavaScript

Simple node.js RaspberryPI GPIO controlling app

Very simple node.js application which controls Raspberry GPIO pins - sets or resets LED attached to Raspberry GPIO.

###Installation

Download node.js from http://nodejs.org/download/ or precompiled package.

Install node.js RaspberryPI GPIO library https://github.com/EnotionZ/GpiO

npm install gpio

Install socket.io library

npm install socket.io

Launch the application

node app.js