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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Arduino.js

87 点作者 ams1将近 14 年前

2 条评论

pennig将近 14 年前
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 未加载
schill将近 14 年前
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.