Node.js stream behaviour illustrated.
github.com
Node.js stream behaviour illustrated.
1–6 of 6 posts
Re: Node.js stream behaviour illustrated.
#2Re: Node.js stream behaviour illustrated.
#3Re: Node.js stream behaviour illustrated.
#4For example I want to convert an image and then stream it to S3.
if I use knox https://github.com/LearnBoost/knox it has a way to read a stream from a file and then publish to s3.
But how can you take a stream from http://aheckmann.github.com/gm/ and stream it directly to knox or anything else for that matter?
Re: Node.js stream behaviour illustrated.
#5Could someone please enlighten me on how to connect both a readable and a writable stream. For example I want to convert an image and then stream it to S3. if I use knox https://github.com/LearnBoost/knox it has a way to read a stream from a file and then publish to s3. But how can you take a stream from http://aheckmann.github.com/gm/ and stream it directly to knox or anything else for that matter?
Re: Node.js stream behaviour illustrated.
#6Could someone please enlighten me on how to connect both a readable and a writable stream. For example I want to convert an image and then stream it to S3. if I use knox https://github.com/LearnBoost/knox it has a way to read a stream from a file and then publish to s3. But how can you take a stream from http://aheckmann.github.com/gm/ and stream it directly to knox or anything else for that matter?