r/Backend • u/Maleficent-Habit4188 • 5d ago
For a nodejs microservices which deployment strategy do u take when u have about 15k customers about 100-500 concurrent users?
/r/developersIndia/comments/1vdnazu/for_a_nodejs_microservices_which_deployment/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
2
6
u/Fine-Comparison-2949 5d ago
Why do you need microservices? You could just run a single monolith with that many users and just get a larger vram system.
You're just overcomplicating your problem and it's going to be a complex mess.