Server Side API for Mobile Applications

I am an iphone developer. I create many mobile applications. Some of them need a server server to store data, and then my iphone applications access them.

Usually I need to create a backend application using PHP or RoR. However, they are a very direct web application with some cruds (create, update, delete, edit, .. etc)

There are some problems with this job:

  • I need to create a very simple application and deploy it on my own server
  • If I’m only an iphone developer and don’t know PHP or RoR, I ask for other web developer help.

Is there an existing web application that allows me to build my database schema and just give me an API access to my data?

+7
source share
3 answers

You should take a look at parse.com , it provides you with the ability to add back-end for mobile applications in minutes. Below is a tour of their services and a guide for Android .

+4
source

I would recommend Appacitive , a terrific tool with many innovative features. One of the biggest advantages is that you can create your data model with a chart, and all the relevant APIs are automatically created for you.

They have relationship managers in both schematic design and code. You can also filter data using your visual tools. Test APIs with the Test Harness tool.

Other great features include data explorer, built-in social integration, and geographic location. Look at their features .

Try the free, free package , they have all kinds of SDKs for Javascript, Android, iOS, etc.

+5
source

Check out QuickBlox . There is a module of custom objects , it allows you to create any data structure that you want. There are many iOS samples.

0
source

All Articles