Over the last few days I've put together an RPC system that works with any 
streams2-style object-mode stream. I took a fairly liberal helping of 
initial inspiration from SubStack's dnode, but ended up taking things in 
quite a different direction eventually, opting for imitating some of 
JavaScript's own Function API - namely Function.call, Function.apply and 
Function.bind.

I've called the library "pillion", which is an antiquated word for a 
saddle-like contraption that's meant to make riding a horse more 
comfortable. It's named as such because my initial intention was to build 
it on top of burro (https://github.com/naomik/burro), but I ended up with a 
generic enough implementation that I didn't need to make it a strict 
dependency.

Questions/flames/adulations welcome!

-- 
-- 
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

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to