0

任何人都可以指导我或提供链接,以便我可以继续前进。我如何在应用程序中进行即时消息传递。我想将消息从一台设备和服务器发送到服务器,我应该使用 HTTP 以 JSON 格式返回另一台设备。我浏览了许多网站,但没有得到正确的想法。所以请如果你知道给我一些想法。

非常感谢..

4

1 回答 1

1

有 IM 应用程序..

step 1 : Send the msg to server as a json object to server.
step 2 : keep running response thread for every seconds.
step 3 : Server sends the msg to requested user as a json object.
step 4 : server takes the msg from requested user and sends back as a response. which is running on other thread.
于 2012-09-22T10:12:31.583 回答