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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Behind a Backend-as-a-Service Provider: The How and Why of Our Architecture.

56 点作者 spladow大约 13 年前

7 条评论

larubbio大约 13 年前
Full disclosure, I'm heading up the backend development for Zipline Games Moai Cloud (<a href="http://getmoai.com/" rel="nofollow">http://getmoai.com/</a>). We're targeting game developers so that lead us to some different use cases and language choices (like Lua).<p>Thanks for sharing this, at first read through it sounds a lot like the architecture mongrel2 provides (which we use). If you were to swap out the node.js dispatcher with mongrel2 and the redis queue with ZeroMQ.<p>Have you run into any issues using redis as a queue? If it were replicated across machines I wonder if you could have multiple workers dequeuing the request. If it's on a single server wouldn't the blocking operation on the list become a bottleneck?<p>Again, thanks for sharing, the offering looks great.
评论 #3925212 未加载
stefanve大约 13 年前
Maybe a bit off topic,<p>but is it just me or is the BaaS term just a marketing ploy, or at least unnecessary?<p>I think every thing is placable in the IaaS, PaaS and SaaS model.
评论 #3926306 未加载
评论 #3926142 未加载
评论 #3926436 未加载
knwang大约 13 年前
Typo on the front page:<p>We run our servers on Amazon Web Services and use their elastic load balancer (which is were we terminate SSL).<p>which is _why_ (?)
评论 #3925213 未加载
评论 #3925081 未加载
gyaresu大约 13 年前
Your chat demo is broken. <a href="http://www.spire.io/examples/chat/" rel="nofollow">http://www.spire.io/examples/chat/</a>
评论 #3924967 未加载
评论 #3924956 未加载
rwolf大约 13 年前
I like the apologetics for node.js in the first section. a similar argument for why you are using jruby instead of node.js for the "backend whatchamajigs" would be nice.
评论 #3926110 未加载
pydanny大约 13 年前
I saw a presentation on it last night and it looked pretty awesome. We're planning to use their Messaging API in our upcoming project.
评论 #3924861 未加载
skrebbel大约 13 年前
Software architecture stories without pictures make me sad :-(