在网站之间交换数据

发布于 2024-12-25 12:03:00 字数 111 浏览 2 评论 0 原文

在网站之间交换数据最实用的方式是什么(格式、介质、协议......)?

例如,假设一个开源在线游戏的设计使得安装该游戏的每个站点都充当一个单独的世界。您将如何在两个站点之间传输角色的个人资料?

What is the most practical way of exchanging data between web sites (format, medium, protocol ...) ?

For example say an open-source online game has been designed such that each site where it's installed acts as a separate world. How would you go about transferring the profile of a character between two sites?

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

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

发布评论

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

评论(3

っ〆星空下的拥抱 2025-01-01 12:03:00

这是一个通用问题,所以它可能属于其他地方,无论你通常做的是提供一个 API 供外部非人类客户端进行通信,它的细节完全取决于你,但当前流行的选择是制作 < a href="https://en.wikipedia.org/wiki/Representational_State_Transfer" rel="nofollow">RESTful API 并使用 JSON 作为序列化格式。

this is a generic question so it probably belongs somewhere else, regardless what you normally do is to provide an API for external non-human clients to communicate, the details of it are completely up to you but the current popular choice is to make a RESTful API and use JSON as the serialization format.

鸠书 2025-01-01 12:03:00

我认为你可以使用网络服务在网站之间交换数据。在网络世界中,网络服务soap是全局格式,所有网络框架(如php、asp、dotnet和其他网络框架)都可以理解它

I think you can use web service to exchange data between web sites.In web world web service soap is global format which is understand by all web framwork like php,asp,dotnet and other web framworks

独留℉清风醉 2025-01-01 12:03:00

开放 API 也许是最简单的方法。因为你的网站客户越来越多。
并向每个网站发送一个代码。每天检查您的在线游戏中的代码和请求次数。

open-API maybe the bast way. Because your website client is more and more.
And send each website a code.check the code in your online game and the request times every day.

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