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 <mathiasb...@gmail.com
> 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 nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscr...@googlegroups.com
> 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 nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to