I'm using OpenFire for server side and smack for client side in my XMPP Android application.
AWS seems like a good and scalable service for what I need. I'm using EC2 for testing our app, but I'm afraid that the server will crush with 20k-50k users.
I have 2 questions:
- Does AWS good enough for XMPP (OpenFire) server? What are the pros and cons?
- How do I build such an application that can hanIddle 20k online users at least, and lets say 2k opened chat rooms?
- Is there any specific tutorial for this kind of stuff?
Money is not a problem in terms of server costs. Time is what matter for me right now.