What does this use in the backend? Is this xmpp-based? Is it open source?
The back end is golang. The client server messaging protocol is BrowserChannel/WebChannel. https://code.google.com/p/libevent-browserchannel-server/wik... We open sourced the BrowserChannel library here: https://github.com/samegoal/wc And have a chat room demo app here: https://github.com/samegoal/wcchat The code we used for this particular site isn't Open Source yet. We are still trying to figure out what we want to…
Would you be able to give a rationale on why you chose against xmpp?