MQTT vs. XMPP Which Should I Choose? [closed]
问题 Overview I am sending messages back and forth between a client (Android phone) and a Server (Windows Server). Using a persistent connection over TCP, which protocol would be the best solution. I am looking at performance, scalability, size of messages, and battery life. The messages must arrive at the destination in order and can not be duplicates. MQTT This seems like the better solution, but there seems to be little examples of large implementation with lots of users. I am not sure if I can