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构建一个两人游戏。我想知道是否可以将 nodejs 用作 Web 服务器。nodejs 可以用来服务安卓客户端吗?如何使用 nodejs 将数据推送到 android 客户端?可以用来服务iOS客户端吗?
我建议您使用Socket.IO。
然后将Socket.IO-Client for Java 用于 android。