logoalt Hacker News

layer8yesterday at 6:01 PM0 repliesview on HN

Microservices are about deployment, less about code structure. You can have the same code modularization like microservices provide within a monolith instead, for example in the form of libraries. Conversely, you can in principle build several distinct microservices out of the same shared codebase.