简体   繁体   English

移动应用程序的服务器端API

[英]Server Side API for Mobile Applications

I am an iphone developer. 我是iphone开发者。 I create many mobile applications. 我创建了许多移动应用程序 Some of them need a server side backend to store data and then my iphone applications access them. 其中一些需要服务器端后端来存储数据,然后我的iphone应用程序访问它们。

Usually, I need to create a backend web application myself using PHP or RoR. 通常,我需要使用PHP或RoR自己创建一个后端Web应用程序。 However, they are very straight forward web application with some cruds (create, update, delete, edit, ..etc) 但是,它们是非常直接的Web应用程序,带有一些瑕疵(创建,更新,删除,编辑,..等)

There are some troubles with this work: 这项工作有一些麻烦:

  1. I need to create very simple application and deploy it myself to the server 我需要创建非常简单的应用程序并将其自己部署到服务器
  2. If I am only iphone developer and don't know PHP or RoR, I ask for some other web developer help. 如果我只是iphone开发人员并且不了解PHP或RoR,我会请求其他一些Web开发人员的帮助。

Is there any existing web application that enables me to build my database schema and just give me API access to my data? 是否有任何现有的Web应用程序使我能够构建我的数据库模式并只是给我API访问我的数据?

I'd like to recommend Appacitive - Its an awesome tool with many innovative features. 我想推荐Appacitive - 它是一款具有许多创新功能的强大工具。 One of the biggest advantage it has is that you can create your data model diagrammatically, and all the corresponding APIs are automatically generated for you. 它具有的最大优势之一是您可以以图形方式创建数据模型,并自动为您生成所有相应的API。

They have relationship managers both in diagrammatic designer and via code. 他们在图解设计师和代码中都有关系经理。 You can also filter data by using their visual tools. 您还可以使用其可视化工具过滤数据。 Test drive the APIs via their Test Harness tool. 通过他们的测试工具工具测试API。

Other great features include a data explorer, inbuilt Social Integration and Geo Location. 其他强大功能包括数据浏览器,内置社交集成和地理位置。 Have a look at their features . 看看他们的功能

Try out their free package , they have all sorts of SDKs for Javascript, Android, iOS etc. 试用他们的免费软件包 ,他们有各种各样的SDK,适用于Javascript,Android,iOS等。

You should take a look at parse.com , it provides you the facility to add back-end to your mobile applications in minutes. 您应该看看parse.com ,它为您提供了在几分钟内为您的移动应用程序添加后端的工具。 Here is a tour of their services and android guide . 这是他们的服务和Android指南 之旅

Look at QuickBlox . 看看QuickBlox There is Custom Objects module , it allows to to build any data structure you want. 自定义对象模块 ,它允许构建您想要的任何数据结构。 There are a lot of iOS samples 有很多iOS样本

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM