AMF3协议适合flash/flex客户端服务器开发吗?

发布于 2024-09-09 03:46:59 字数 100 浏览 8 评论 0 原文

我需要开发涉及游戏的客户端服务器应用程序。我没有 Flash 经验,我正在阅读有关紧凑且快速的 AMF3 协议,它比 xml/json 更好用于数据交换吗?我还需要它位于端口 80 上。

I need to develop client server application that involve gaming. I have no experience in flash and I was reading about the AMF3 protocol that is compact and fast, is it better than xml/json for data exchange? Also I need it to be on port 80.

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

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

发布评论

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

评论(2

相思故 2024-09-16 03:46:59

您可以使用 blazeDSAMFPHP 或任何其他类似 AMF 的风格。他们有一个用于 rubypython,与 zendcakePHP。只是取决于你对什么感到舒服。 AMFPHP 非常简单,我过去使用过,新的 ZendAMF 预先打包了Flash Builder 4。 AMF 是在闪存和服务器之间处理数据的最快方式。它是一个压缩的二进制文件。在发送 5,000 行 xml 数据所需的时间内,您可以在 AMF 中发送 20,000 多行,而无需解析。

You can use blazeDS, AMFPHP or any other AMF-ish flavor. They have one for ruby, python, different versions for php that work with zend, cakePHP. Just depends on what you are comfortable with. AMFPHP is pretty simple and what I have used in the past, the new ZendAMF is prepackaged with Flash Builder 4. AMF is the fastest way to work with data between flash and the server. It is a compressed binary. In the time it takes to send 5,000 rows of xml data you could send 20,000+ in AMF with no need to parse.

囍孤女 2024-09-16 03:46:59

听起来您想查看 BlazeDS。它内置了 AMF 通道。我们在所有客户端/服务器应用程序中使用 BlazeDS,并且比 xml/json 更喜欢它。但是,它需要一个 tomcat 服务器。幸运的是,统包版本捆绑了预配置的 tomcat 设置。

Sounds like you want to look at BlazeDS. It has built in AMF channels. We use BlazeDS in all our client/server apps and prefer it over xml/json. However, it will require a tomcat server. Fortunately, the turnkey edition comes bundled with a pre-configured tomcat setup.

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