I’m exploring methods for developing a messaging app compatible with both iOS and Android devices. The concept involves user registration and random pairing for one-on-one chats. Although I initially plan to launch it on iOS, I want to ensure that scalability is a priority, allowing support for at least 100 users and the potential for growth in the future. Currently, I’m looking into using NodeJS and XMPP, as I’ve learned that Tinder utilizes NodeJS for its backend. For user data management, I plan to use MySQL and PHP for both storing registration details (like age and gender) and facilitating user connections. I had considered creating a web application using HTML5 and then developing an iOS app that incorporates a web view linked to that application. Any guidance or suggestions would be greatly appreciated!
Key Points:
- Randomly matched one-on-one chats (similar to Tinder)
- Designed for scalability while maintaining performance
- Cross-platform capabilities, with Android integration planned for later