TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Noduino – Control Arduino with Node.js, WebSockets and HTML5

4 pointsby bartsitekcomover 12 years ago

2 comments

beatgammitover 12 years ago
I don't get it. Node.js is for fast, scalable servers that are IO bound. Arduino is for low-level hobby projects like blinking lights and moving motors. They can be part of a larger network of devices, but that's not the point.<p>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.<p>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.
dccoolgaiover 12 years ago
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.