我需要一个与Web服务集成的后端系统,有开源解决方案吗?

发布于 2024-11-17 00:42:36 字数 1539 浏览 7 评论 0 原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

小霸王臭丫头 2024-11-24 00:42:36

是的,我必须同意克里斯的观点——这需要大量工作,没有简单的解决方案。如果您正在寻找单个服务器和数据库来托管数据,并且可以通过网站、移动应用程序等访问这些数据,那么它可以完成,但需要大量工作< /strong> 并将事物连接在一起。据我所知,没有什么可以为你做好准备。

我建议您研究适合您的语言的框架CakePHPRuby 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!

萧瑟寒风 2024-11-24 00:42:36

考虑到 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.

软的没边 2024-11-24 00:42:36

完全开源的后端解决方案可以部署并使用DeploydKitRestKit 你可以构建一个 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文