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: A Haskell library for web and distributed composable applications

18 pointsby agocoronaabout 9 years ago

4 comments

brudgersabout 9 years ago
If it meets the guidelines, this might make a good &quot;Show HN&quot;.<p>Guidelines: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;showhn.html" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;showhn.html</a>
评论 #11491124 未加载
agocoronaabout 9 years ago
Since JavaScript and the browser is the only thing that matters nowadays:<p>transient-universe can run Browser nodes compiled from haskell to Javascript. they can display DOM widgets and are integrated with server nodes, using websockets communications. Just compile the program with the Haskelll to JS compiler and point the browser to <a href="http:&#x2F;&#x2F;server:port" rel="nofollow">http:&#x2F;&#x2F;server:port</a>. The server nodes have a HTTP server that will send the compiled program to the browser.
throwewayabout 9 years ago
How does it compare with an actor model?
评论 #11499023 未加载
crb002about 9 years ago
How does this compare to Haxl?
评论 #11499403 未加载