Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有在 android 中开发和使用 REST 服务的经验,但现在我想为 android 实现一个在线游戏。例如多人游戏的井字游戏,用户可以邀请其他人玩游戏,并且每个人都可以实时接收对方的动作。
将 REST 用于此类应用程序需要对服务器进行常量调查以进行更新,这是一个坏主意。不是吗?
我的问题是这种“永久”连接的典型方法是什么。我只需要一些关于客户端和服务器中的技术和协议的提示,以便开始搜索和阅读:D
谢谢
您可以直接使用套接字,但对于像井字游戏这样的游戏,它不应该那么健谈,使用 REST 就可以了。