Hacker News new | past | comments | ask | show | jobs | submit login
Shred - a simple/fun/easy HTTP client for node.js (github.com/spire-io)
31 points by thedaniel on Dec 7, 2011 | hide | past | favorite | 5 comments



Looks nice. Comment/suggestion: if there is no reason to have more than one instance of Shred (and it appears not), then require('shred') should just return a new instance.


Thanks for your suggestion, Matthew.

We do anticipate some applications wanting more than one instance. There are two scenarios where this comes up.

1. You want separate connections per instance. This is useful in load testing, among other things.

2. You want to provide different default options for different instances.

Neither of these scenarios is supported very well in this release, but we expect to add support for them shortly.


Is there anything like this for client-side JS that wraps XMLHttpRequest?


Assuming you're not using jQuery because of the heft, I suggest: https://github.com/ded/reqwest

The conspicuously absent feature from shred is the nice sugar for handling status codes.


kind of an unfortunate name, given that there's a linux command by that name...




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: