Yeah I'm going to have to agree here with Chris -- that's a lot of work with no simple solution. If you're looking for a single server and database to host your data, which can be accessed by a website, mobile application, etc, it can be done but carries a lot of work and connecting things together. To my knowledge there is nothing that sets things up for you.
I'd recommend looking into frameworks for your language (CakePHP, Ruby on Rails, etc) to build up the database and web app, then create mobile apps that pull and interact with the data from XML files or some other source of relaying the data to your mobile device.
If I took your question in the right way, this is my recommendation on having a single database house your data which can be maintained and accessed through a website and mobile app. I've done this with a previous app and it worked fantastically on all ends. Good luck!
A fully open source backend solution could be Deployd and with DeploydKit or RestKit you could build an iOS app, there are probably libraries also for Android.
发布评论
评论(3)
是的,我必须同意克里斯的观点——这需要大量工作,没有简单的解决方案。如果您正在寻找单个服务器和数据库来托管数据,并且可以通过网站、移动应用程序等访问这些数据,那么它可以完成,但需要大量工作< /strong> 并将事物连接在一起。据我所知,没有什么可以为你做好准备。
我建议您研究适合您的语言的框架(CakePHP、Ruby on Rails等)来构建数据库和网络应用程序,然后创建移动应用程序,从 XML 文件或将数据中继到移动设备的其他来源中提取数据并与之交互。
如果我以正确的方式回答你的问题,这是我的建议,即使用一个数据库来存储你的数据,这些数据可以通过网站和移动应用程序进行维护和访问。我已经用以前的应用程序完成了此操作,并且它在各个方面都表现出色。祝你好运!
Yeah I'm going to have to agree here with Chris -- that's a lot of work with no simple solution. If you're looking for a single server and database to host your data, which can be accessed by a website, mobile application, etc, it can be done but carries a lot of work and connecting things together. To my knowledge there is nothing that sets things up for you.
I'd recommend looking into frameworks for your language (CakePHP, Ruby on Rails, etc) to build up the database and web app, then create mobile apps that pull and interact with the data from XML files or some other source of relaying the data to your mobile device.
If I took your question in the right way, this is my recommendation on having a single database house your data which can be maintained and accessed through a website and mobile app. I've done this with a previous app and it worked fantastically on all ends. Good luck!
考虑到 Web 服务是一些针对每个应用程序自定义的代码。我要冒险说:不。
Considering a web service is a bit of code that is custom per application.. I'm going to go out on a limb here and say: No.
完全开源的后端解决方案可以部署并使用DeploydKit 或 RestKit 你可以构建一个 iOS 应用程序,有可能也适用于 Android 的库。
A fully open source backend solution could be Deployd and with DeploydKit or RestKit you could build an iOS app, there are probably libraries also for Android.