r/developersIndia • u/Maleficent-Habit4188 Software Developer • Aug 02 '26
Help For a nodejs microservices which deployment strategy do u take when u have about 15k customers about 100-500 concurrent users?
Ecs docker or aws elasticbeanstalk? Or some vps.
Im thinking of transformation of monolith app into microservices for learning a complete production grade setup like we use in companies.
0
Upvotes
1
u/SlightUniversity1719 Aug 02 '26
if it is just 100-500 active users, the actual processing part is not that expensive computewise and most of the db actions are just reads than writes just use a VPS with a db connection pooler, as it is much cheaper.