When comparing Parse vs Para, the Slant community recommends Parse for most people. In the question“What are the best self-hosted BaaS (backend-as-a-service) providers?” Parse is ranked 8th while Para is ranked 11th. The most important reason people chose Parse is:
Parse offers unlimited API calls (max of 30req/sec), 1 million pushed and analytics for free.
Ranked in these QuestionsQuestion Ranking
Pros
Pro Free plan
Parse offers unlimited API calls (max of 30req/sec), 1 million pushed and analytics for free.
Pro Asynchronous uploading of files
When you want to upload a file, you just create an object and initialize the file upload to the server (this is done asynchronously).
Pro Simple and seamless user registration
User registration with Parse is pretty good and usually works without any problems. It's also very easy to use, you simply pass the username, password, email, etc. to the required method and register a callback that returns whether the registration was a success or a failure.
Same thing is done for login and logout as well.
Pro Extremely easy to setup
Setting up a backend for an app with Parse is very easy and takes minutes. All you have to do is sign up and through their graphical interface follow all the steps, which boils down to creating tables and identifying the type of data that is being stored.
Then you download the library, integrate it with your app and initialize the process with one single line.
Pro Great documentation
Parse has excellent documentation. Everything is thoroughly explained and all parts of the documentation are complete. It's actually very helpful for both beginners and advanced users alike.
Pro Full-text search
Powered by Elasticsearch or Lucene.
Pro Modular
Para offers interfaces for persistence, search and caching. Easy to write your own plugins to implement any of these interfaces.
Pro Open source
Licensed under Apache 2.0.
Pro REST API
Exposes a REST API secured by AWS Signature Version 4.
Pro Multi-tenant
Each tenant has its own database table, search index, and cache.
Pro Integrated metrics
Each tenant receives its own complete metrics for all CRUD and REST operations.
Pro Resource permissions with 3rd party security integrations
Object-level permissions with authentication through LDAP and 3rd party providers such as Google, Facebook, etc.
Pro Easy to use
By far the easiest to use BaaS platform.
Cons
Con Abandoned
Parse has been discontinued and will not be available anymore.
Con Parse.com is shutting down
Facebook decided to shut down Parse.com. It will be fully retired on January 28th, 2017.
Con There can be downtimes
There have been several reports that it's not unlikely for Parse to go down several minutes almost every day. This can be very frustrating for both developers and users who are using apps built on Parse.
Con No implementation of locking
Last-write-wins.