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.

Ask HN: Getting into Node.js

2 pointsby bgnm2000about 14 years ago
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 comments

randallabout 14 years ago
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.
gexlaabout 14 years ago
I have done the same. I got started by installing it on my VPS and writing code.
hazelnutabout 14 years ago
try this here: <a href="http://mongly.com" rel="nofollow">http://mongly.com</a>