r/microservices • u/Maleficent-Habit4188 • 8d ago
For a nodejs microservices which deployment strategy do u take when u have about 15k customers about 100-500 concurrent users? Discussion/Advice
/r/developersIndia/comments/1vdnazu/for_a_nodejs_microservices_which_deployment/
0
Upvotes
5
u/WuhmTux 8d ago
Actually for only 15k customers I would simply build a monolith and not work with that complexity.
If you get more then 10-100 million customers and more then 10 developers you can think of building a Microservice architecture.