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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: A Node.js stream library that works with promises

10 点作者 reconbot超过 6 年前

1 comment

reconbot超过 6 年前
Hi I built this little stream processing library so I could write things like;<p><pre><code> const stats = await pipe( Nodes.scan({ fields: true }), map(generateStats), tap(() =&gt; count++), reduce(mergeGraphStats, {}) ) </code></pre> and have <i>generateStats</i> and <i>mergeGraphStats</i> be async functions and not have to worry about error handling and pushing more than one object at a time in a read stream. We use it to process billions of events and objects a day. It makes nodejs streams fun to use.<p>Hope you find it as useful as we do.
评论 #18396406 未加载