[nodejs] pipe two http request

2012-10-24 Thread chetan dhembre
hey i am doing some project in which i need to pipe two client together.. means i want to pipe two different http request for fluent data transfer between them..like for example request1.pipe(response2)... so whatever data transfer from one clinet is sent to another client ..like streaming proto

Re: [nodejs] pipe two http request

2012-10-24 Thread Ritchie Flick
Why can't you use Tcp Sockets? This message was send from my phone Flick Ritchie On Oct 24, 2012 2:15 PM, "chetan dhembre" wrote: > hey i am doing some project in which i need to pipe two client together.. > means i want to pipe two different http req