TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

4 点作者 bartsitekcom超过 12 年前

2 条评论

beatgammit超过 12 年前
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.
dccoolgai超过 12 年前
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.