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.

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

56 pointsby spladowabout 13 years ago

7 comments

larubbioabout 13 years ago
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 未加载
stefanveabout 13 years ago
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 未加载
knwangabout 13 years ago
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 未加载
gyaresuabout 13 years ago
Your chat demo is broken. <a href="http://www.spire.io/examples/chat/" rel="nofollow">http://www.spire.io/examples/chat/</a>
评论 #3924967 未加载
评论 #3924956 未加载
rwolfabout 13 years ago
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 未加载
pydannyabout 13 years ago
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 未加载
skrebbelabout 13 years ago
Software architecture stories without pictures make me sad :-(