浏览器多人游戏 - 除了 AJAX 之外我还有哪些选择?
只是因为我担心滥用 AJAX 来获取实时功能。看起来要完成这项工作需要大量的开销。
假设我唯一的资源是一个预先存在的 PHP 服务器,那么解决这个问题的好方法是什么?
Simply because I worry about abusing AJAX to get real-time functionality. Seems like there would be a lot of overhead to make that work.
Assuming my only resources are a pre-existing PHP server, what might be a good way to approach this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定您的游戏的保真度有多高,但是 Unity3D 引擎 有一个网络播放器,可以启用非常丰富的内容可以通过网络部署。尽管只有 PHP 后端,您仍然只能通过 HTTP 进行某种数据传输。
I'm not sure how high-fidelity your game is going to be, but the Unity3D engine has a web player that enables very rich content to be deployed over the web. With only a PHP back-end though, you'd still be limited to some sort of data transport over HTTP.