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.

Running Erlang Webmachine on Heroku

48 pointsby davidbalbertover 13 years ago

3 comments

rubyrescueover 13 years ago
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.
nivertechover 13 years ago
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 未加载
nirvanaover 13 years ago
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>