Noduino – Control Arduino with Node.js, WebSockets and HTML5(semu.github.com) |
Noduino – Control Arduino with Node.js, WebSockets and HTML5(semu.github.com) |
My first Arduino project was a TCP server that turned a servo depending on a JSON request (it kinda followed the websocket protocol, without the handshaking). The client was a simple Go app. I understand the possibility for networked Arduino devices, but I think this project misses the point of Arduino development.
Not everything has to be written in JavaScript. The Arduino team has made C++ approachable for beginners, so develop for the Arduino, and you'll learn a lot more.