Blinky extends Arduino Experimenter's Guide for NodeJS - Excersise 1 with client input support. User input is collected on the client, then sent via websocket to the server, which uses johnny-five to control the arduino.
This server is based on the circuit schematic as diagramed here.
Once you have built your ciruit clone the repo.
To start the server just use:
npm start
- node.js
- socket.io
- johnny-five
- arduino
MEH