TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Operations.js – Manage async operations in Node and the browser

7 pointsby mtfordover 10 years ago

2 comments

drinchevover 10 years ago
I would ask : What is the benefit of operations.js vs promises?<p>Similar to the examples you can easily do :<p><pre><code> promiseA.then(promiseB).done( ... )</code></pre>
评论 #8259371 未加载
LunaSeaover 10 years ago
I don&#x27;t see any new features that wouldn&#x27;t be possible in async. Am I missing something ?
评论 #8260442 未加载