from Hacker News

How a Ruby guy decided to add node.js to the mix

by kalv on 1/18/12, 1:20 AM with 2 comments

  • by mcantelon on 1/18/12, 3:56 AM

    Super awesome... did you try out the Request module at all ("npm install request" if you've got npm installed)? Don't know if it would ease your situation or not, but it auto-limits the number of redirects AFAIK and handles a lot of other sordid details of HTTP requests.

    https://github.com/mikeal/request