Very nice. I made a super simple connect compatable runner a while back called stack. <https://github.com/creationix/stack> But I like the extras you added here with the getters and custom methods.
One question, how do you extend the prototypes once (not per request) without changing the http prototypes. Are you mutating the .__proto__ of the request when it comes in from node? On Thu, Apr 12, 2012 at 12:09 PM, Mathias Buus Madsen <[email protected] > wrote: > Protein is an HTTP middleware module for Node.js but with a twist! > Blazing fast, Connect-compatible and the kicker is that there is a very > powerful support for prototype methods, getters, and setters. > > https://github.com/mafintosh/protein > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
