Hacker News new | ask | show | jobs
by itamarst 2891 days ago
Microservices are mostly an organizational tool: how do you get 500 programmers to work on one website?

Solution: one service per team, aka microservices.

(Occasionally there are technical reasons to have multiple services, e.g. one for loading data and one for processing data. But that's not really the same thing.)