Hacker News new | past | comments | ask | show | jobs | submit login

Separating things into components is great, at least in-process where you can enforce interfaces with compilers. Managing deployment, versioning, and compatibility of 10's of networked services (aka micro services) is not a good way to spend time in a young startup...

Of course, one monolith is a bad idea. Probably need a handful of services -- especially separating long running background work from foreground work, glued together with a queue system.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: