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.

Arduino.js

87 pointsby ams1almost 14 years ago

2 comments

pennigalmost 14 years ago
Interesting demo, but I feel a bit duped since it's not a pure JS implementation. I expected something written to work with NodeJS, but instead I found a browser-based JS library that talks to an instance of Flash on the page.<p>Still, kudos to the author for coming up with this experiment.
评论 #2578154 未加载
评论 #2578550 未加载
评论 #2578401 未加载
schillalmost 14 years ago
The next step would be to move to websockets on the client (and also node, yes), and eliminate the Flash dependency altogether.<p>I personally prefer to work in HTML/CSS/JS entirely, but there are some things that Flash does nicely - and it can talk to JS (and can be fast), so it makes for a way to extend functionality in some cases.