0

I wanted to set up a chat application for my website, so I decided to use Ratchet first. But I couldn't find the way to use it for private chat.

Now I am headed to converse.js, but before this I wanted to know that is it scalable enough to hold a growing userbase of 0 to 1M? Or is there any open source alternative that can do so easily?

Naveen
  • 7,944
  • 12
  • 78
  • 165

1 Answers1

1

Converse.js doesn't care about 1 million users. Each client will have its own instance of converse.js.

You should consider checking your XMPP server. For example Openfire does not support a million user whereas tigase is capable of handling a million user.

Govan
  • 7,751
  • 5
  • 26
  • 42