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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What MBaaS would you recommend?

2 点作者 Nemant超过 9 年前
I just started developing my app using Parse and they&#x27;ve just announced that they&#x27;ll be shutting down.<p>I looked around Firebase but their functionality is very limited (no cloud code, notifications, background jobs, analytics, etc) unless you integrate with dozens of scattered libraries and services that Google provides.<p>I also considered AWS (https:&#x2F;&#x2F;aws.amazon.com&#x2F;mobile&#x2F;) but their pricing looks very confusing, &quot;pay for what you use&quot;, you gotta figure out how much data you&#x27;ll be storing, reads&#x2F;writes, compute power, notifications sent etc before you can estimate what it&#x27;s going to cost you. I&#x27;d like a structured and clear pricing plan like Parse and Firebase have.<p>Would anyone recommend any other platform that will let me develop a serverless application?

4 条评论

ac360超过 9 年前
Serverless Framework - It&#x27;s an open-source application framework for building web, mobile and IoT applications exclusively on Lambda and API Gateway. Lambda only charges you when it&#x27;s run and scales automatically out of the box. Further, the project is well-funded and backed by a full-time team. <a href="http:&#x2F;&#x2F;www.serverless.com" rel="nofollow">http:&#x2F;&#x2F;www.serverless.com</a>
sharemywin超过 9 年前
Not sure about serverless, but it looks looks like all you need is a mongodb + node.js host. Parse released the server. Here&#x27;s article on integrating parse with heroku. <a href="http:&#x2F;&#x2F;blog.parse.com&#x2F;announcements&#x2F;introducing-heroku-parse&#x2F;" rel="nofollow">http:&#x2F;&#x2F;blog.parse.com&#x2F;announcements&#x2F;introducing-heroku-parse...</a><p>Completely out of my space but trying to help.
pashakym超过 9 年前
Amazon mobile is &quot;just&quot; started and does not have all Parse features, especially DB UI. Firebase is a DB in the cloud AFAIK. I`m trying a few thing for now and would wait a couple weeks to see different data points.
sharemywin超过 9 年前
someone using parse should create an indigogo or kickstarter to create a community hosted service. Could be like a co-op but as a service.