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.

Smoke: Simple, asynchronous scala HTTP powered by Akka

46 pointsby anorwellalmost 13 years ago

5 comments

noelwelshalmost 13 years ago
I don't understand why this exists. Between BlueEyes, Spray, Unfiltered, Finagle, and probably others I have forgotten, I don't see the need for yet another asynch HTTP library.
评论 #4085754 未加载
oacgnolalmost 13 years ago
This looks cool. What's the use-case for it versus using something like Play! 2.0 + Akka for async HTTP?<p>As far as my limited knowledge of Play (learning it right now, so I could be far off), Play can do async HTTP and already makes use of internal Akka actors for handling requests.
评论 #4085154 未加载
jzoidbergalmost 13 years ago
How does this differ from Spray?<p><a href="https://github.com/spray/spray" rel="nofollow">https://github.com/spray/spray</a>
评论 #4085325 未加载
whalesaladalmost 13 years ago
The acronyms in the web-dev scene are going to become self aware soon and start running the world.
评论 #4085084 未加载
评论 #4085064 未加载
dkhenryalmost 13 years ago
so the real question . How does it compare to flask ?