DEV Community

Discussion on: What's your most up-to-date opinion on "monolith vs microservices"?

Collapse
 
brandinchiu profile image
Brandin Chiu

The best place to start is to determine where your project is headed.

You're trading simplicity for complexity, and those both carry costs beyond just uptime and stability.

Microservices will have a higher efficacy ceiling. But if you're building a to-do list app, you're unlikely to ever reach thay ceiling and you start to pay for your choice.