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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Getting into Node.js

2 点作者 bgnm2000大约 14 年前
Hey Guys,<p>I'm really trying to get into node.js.<p>Right now I'm predominantly a rails dev and using JQuery for front end fun.<p>I've taken classes in javascript/java/c++ etc. but I'm pretty rusty with languages I havent used in forever.<p>I'm really trying to use node.js with rails apps I'll be creating - any suggestions where I should start?<p>Thanks!

3 条评论

randall大约 14 年前
Like anything, I'd suggest thinking of something that is a bit past "trivial" but working on something you need. For a lot of Node.JS projects, that typically means doing something realtime-comminicatively, that typically wouldn't scale in times gone by.<p>NowJS is a good starting point too. <a href="http://nowjs.com/" rel="nofollow">http://nowjs.com/</a><p>I started by creating a "server" for quartz composer, wherein I'd connect a TCP socket to Node, then I'd tell the composition when an XML file had updated, which would trigger the composition to reload the xml.
gexla大约 14 年前
I have done the same. I got started by installing it on my VPS and writing code.
hazelnut大约 14 年前
try this here: <a href="http://mongly.com" rel="nofollow">http://mongly.com</a>