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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Small apps ideas to learn Node.js?

34 点作者 stefanobernardi超过 14 年前
Hey, so I've been reading a lot about Node.js and want to jump in with a quick (multi)weekend project to learn it. What apps would you suggest building to learn the basics and just have some fun?

7 条评论

mcantelon超过 14 年前
I'd suggest using Express.js node.js framework: it gets you up and running quickly. Trying to so something with websockets is fun as well and indicative of the (realtime) future of web apps.
评论 #1643013 未加载
cilantro超过 14 年前
How about a dead simple document sharing website that lets people read the same doc, on multiple computers, at the same time? (i.e. if you have a bunch of people on a call with computers up, the speaker can send around a reading link that lets him or her flip pages for everyone viewing.) I find myself wishing for this functionality pretty regularly lately. Broadcasting the pointer, real time comments & annotations seem cool too.
评论 #1643548 未加载
评论 #1643088 未加载
jarin超过 14 年前
I made a Tweet Wall in a day, with Socket.io (for websockets) and TwitterNode (for connecting to Twitter's real-time search API). It was a pretty good intro to the concepts.
ptarjan超过 14 年前
I did a twitter to facebook page poster (using the like button), but haven't really been maintaining it. Maybe one that was better?<p><a href="http://t2fb.paulisageek.com/" rel="nofollow">http://t2fb.paulisageek.com/</a>
gmaster1440超过 14 年前
A language, like mine ;) pmlang.heroku.com
pjscott超过 14 年前
How about a web chat program, with long polling? Fairly simple, and fun.
评论 #1643071 未加载
c00p3r超过 14 年前
The classic case of the solution in search for a problem? ^_^