Chat server with websocket+node.js vs a native client with xmpp
问题 I couldn't find any reasonable benchmarks regarding comparison between a chat client that runs with using node.js chat server V.S. a client that works with xmpp. I know node.js is async and as far as I know so does xmpp . However, my main concern is performance with same amount of concurrent users. I would need this information to write an android app. Would like to know your opinions and advantages/disadvantages using both systems. Thanks in advance. 回答1: While I understand what you're