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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Good Parse alternatives?

13 点作者 Nemant超过 9 年前
Any recommendations on Parse alternatives? Firebase is very limited (just data) and I can't find anything that would match Parse in terms of ease of use and features.

10 条评论

EuAndreh超过 9 年前
I&#x27;d suggest using PouchDB[0] if on a web client, and Cloudant [1] as the backend. Spin up a simple heroku app using Superlogin[2] and you have full Auth, an offline database, sync and now the possibility of conflicts resolution.<p>If developing on mobile clients just use Cloudant Sync for iOS[3] or Android[4].<p>[0]: <a href="http:&#x2F;&#x2F;pouchdb.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;pouchdb.com&#x2F;</a><p>[1]: <a href="https:&#x2F;&#x2F;cloudant.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;cloudant.com&#x2F;</a><p>[2]: <a href="https:&#x2F;&#x2F;github.com&#x2F;colinskow&#x2F;superlogin" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;colinskow&#x2F;superlogin</a><p>[3]: <a href="https:&#x2F;&#x2F;github.com&#x2F;cloudant&#x2F;CDTDatastore" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cloudant&#x2F;CDTDatastore</a><p>[4]: <a href="https:&#x2F;&#x2F;github.com&#x2F;cloudant&#x2F;sync-android" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cloudant&#x2F;sync-android</a>
Startups411超过 9 年前
This seems to be a meaty thread on the topic <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10991729" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10991729</a>
manidoraisamy超过 9 年前
You might want to look at app engine as well. Google just published an article on running Parse on app engine - <a href="https:&#x2F;&#x2F;medium.com&#x2F;google-cloud&#x2F;deploying-parse-server-to-google-app-engine-6bc0b7451d50" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;google-cloud&#x2F;deploying-parse-server-to-go...</a>
marknadal超过 9 年前
GUN[0] does realtime state synchronization, is offline-first, and is a graph database (key&#x2F;value, relational, document, etc). It does NOT have other features of Parse though, like a web client, built in permissions, etc.<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;amark&#x2F;gun" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;amark&#x2F;gun</a>
tuyguntn超过 9 年前
Apache Usergrid[0] (used by Globo.com, Apigee and others)<p>Kinto (Mozilla Services)<p>[0] - <a href="http:&#x2F;&#x2F;usergrid.apache.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;usergrid.apache.org&#x2F;</a><p>[1] - <a href="https:&#x2F;&#x2F;github.com&#x2F;Kinto&#x2F;kinto&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Kinto&#x2F;kinto&#x2F;</a>
gorkemcetin超过 9 年前
Firebase: Only DB, no push. Deployd: Open source BaaS (no push). Countly: Push and analytics (also open source). Usergrid: Last time I checked, didnt have push. Kinvey: BaaS but quite complex to understand. Backendless: Completely free, thus reminds me of Parse.
评论 #11000914 未加载
wirddin超过 9 年前
Twitter&#x27;s Fabric : <a href="https:&#x2F;&#x2F;get.fabric.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;get.fabric.io&#x2F;</a>
bkovacev超过 9 年前
Firebase? <a href="https:&#x2F;&#x2F;www.firebase.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.firebase.com&#x2F;</a>
评论 #10996108 未加载
alc90超过 9 年前
Also if you&#x27;re interested in a mBaaS - Kinvey is pretty similar with Parse
sathley超过 9 年前
check out <a href="http:&#x2F;&#x2F;appacitive.com" rel="nofollow">http:&#x2F;&#x2F;appacitive.com</a>