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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Running Erlang Webmachine on Heroku

48 点作者 davidbalbert超过 13 年前

3 条评论

rubyrescue超过 13 年前
this is great but one of the real advantages of Erlang is the ability to pass messages between processes on different nodes (or, in the heroku case dynos) without worrying about which node you're on, but it's impossible for different nodes to communicate on heroku as they won't open the EPMD ports (and won't allow an EPMD daemon to run). This means Erlang on Heroku is still going to be limited.
nivertech超过 13 年前
OK, I see how to run a simple web server, like Mochiweb on Heroku Cedar stack. But how do I connect to database? How do I write to log?
评论 #3361625 未加载
nirvana超过 13 年前
This is good news. Now if they will just support Riak, I might be able to port nirvana to it. (Nirvana is the coffeescript/javascript distributed web platform I'm building for our startup. It runs across a riak cluster and distributes javascript in a concurrent manner over it.)<p>Nirvana is really "just" a webmachine App.<p>PS: My startup entered Startup Chile which is announcing results today: <a href="http://news.ycombinator.com/item?id=3361777" rel="nofollow">http://news.ycombinator.com/item?id=3361777</a>