TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Node.js stream behaviour illustrated.

35 点作者 dominictarr将近 13 年前

3 条评论

farhanpatel将近 13 年前
Could someone please enlighten me on how to connect both a readable and a writable stream.<p>For example I want to convert an image and then stream it to S3.<p>if I use knox <a href="https://github.com/LearnBoost/knox" rel="nofollow">https://github.com/LearnBoost/knox</a> it has a way to read a stream from a file and then publish to s3.<p>But how can you take a stream from <a href="http://aheckmann.github.com/gm/" rel="nofollow">http://aheckmann.github.com/gm/</a> and stream it directly to knox or anything else for that matter?
评论 #4210766 未加载
评论 #4211411 未加载
maxogden将近 13 年前
the most misunderstood part of node. thanks for helping make it understandable
elliotlai将近 13 年前
streams are everywhere! hope all of the streams will be unified by v1.0