I did something like this a while ago for a demo, you can set up a server that on a post emits an event for each chunk it receives, and sends it to another clients GET request. The trick is you need to have the one client request their GET before the POST starts.
Here is a poor example of this. https://github.com/bryanpaluch/file-proxy-node On Wednesday, October 24, 2012 4:06:32 AM UTC-4, 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 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 protocol ?? any suggestion > -- 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
