Noduino – Control Arduino with Node.js, WebSockets and HTML5(semu.github.com)
semu.github.com
Noduino – Control Arduino with Node.js, WebSockets and HTML5
http://semu.github.com/noduino/
2 comments
Cool idea. This is exactly what I've been looking for. If you've never picked up a duino - do it! It's super fun and it will make you a better developer.
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.