Hacker News new | ask | show | jobs
by revskill 2624 days ago
What's exactly a monothlic ? Is it only related to codebase (monothlic vs monorepo) ? Or it's about runtime like microservices vs monothlic.
1 comments

From the first sentence of the abstract:

> monolithic source-code repositories

A monorepo is a monolithic repository

To answer the parent, it doesn’t imply a monolith application, but deployment to multiple server roles and apps will happen using the same source repository.