Parse is a very popular Backend as a Service, used primarily on mobile apps. It saves a lot of time and energy in getting an app running, but is it as useful when you actually get to scale? Ante Dagelić in
All the limits of Parse says probably not: 160 API requests per minute for ENTIRE app; limited number of COUNT operations; maximum of 2 concurrent jobs; log system remembers only 100 last logs; push notifications have delay; uptime of parse system is also an issue; no mutex/lock/semaphore logic. And many more.