What technology stack would you recommend for building a scalable dating app?

heoun

Newbie
Joined
Sep 12, 2026
Messages
1
Reaction score
1
Which programming languages, frameworks, databases, and technologies should we use to build a dating app that can handle a large number of users without becoming slow or unstable?
 
I have not done this particular niche, but I think it is mostly about hosting and efficient coding for speed and scalability. Of course there are some good and bad decisions to be made as far as your other questions.

Also, are you going to pay for plugins or services monthly, or build the systems yourself? There are several systems that need to be in order, and this is where your answer comes from.

Python and ruby are great behind the scenes
 
Which programming languages, frameworks, databases, and technologies should we use to build a dating app that can handle a large number of users without becoming slow or unstable?
The language does not matter as much as the architecture does. Read up on "system design". This is a huge topic and nobody can give you a concrete answer based on what you said.

Thread moved.
 
Back
Top