Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Backend for mobile app - which to use and why?

I want to start developing an app for both the Android and iOS markets. The application will be user based and will contain a pretty big list of places which will have to be updated in real time.

Some developers advised that I'm better off creating a backend of my own using MySQL and PHP (which is not my very strong suit), but some advised to avoid the hassle and go for something like http://parse.com.

Which way would you recommend going for? I must mention that this is going to be my first native app in development which I plan on releasing to the market.

like image 427
Erez Hod Avatar asked Feb 27 '14 21:02

Erez Hod


3 Answers

I would recommend go for parse.com, as it will take your all server side technology burden, I am using parse.com in my app which is available for iOS and Android, also they provide API which you can run in background thread and response is very quick.

like image 56
Saurav Avatar answered Sep 28 '22 15:09

Saurav


I was searching for a BaaS myself. Found this neat article that compares the best BaaS, with a photo sharing app,out there. I think parse is pretty good and I am going to with it.

like image 23
Sojourner Avatar answered Sep 28 '22 13:09

Sojourner


Popular BaaS providers:

  • Firebase
  • AWS
  • Back4App (Parse SDK)

Others:

  • Mesosfer
  • BaasBox
  • Apache Usergrid
  • Azure Mobile Services
  • Apple CloudKit

Source here

like image 30
Darush Avatar answered Sep 28 '22 15:09

Darush